Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-markin committed Jun 6, 2024
1 parent 4d86d74 commit 2b5f2c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Repeat</title>
<link href="style.css" rel="stylesheet" />
<script src="index.js" defer></script>
<link href="style.css?v2" rel="stylesheet" />
<script src="index.js?v1" defer></script>
<link rel="manifest" href="manifest.json" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"name": "Some name",
"short_name": "Repi",
"start_url": "/index.html"
"start_url": "/index.html?v1"
}

0 comments on commit 2b5f2c4

Please sign in to comment.