mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-29 18:25:58 +00:00
Cache-busting ?v= strings for CSS
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<title>Spothole</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
||||
<link rel="stylesheet" href="/css/style.css?v=1776849830" type="text/css">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
|
||||
<link href="/fa/css/fontawesome.min.css" rel="stylesheet" />
|
||||
@@ -46,9 +46,9 @@
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/tinycolor2@1.6.0/cjs/tinycolor.min.js"></script>
|
||||
|
||||
<script src="https://misc.ianrenton.com/jsutils/utils.js?v=1775891850"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/ui-ham.js?v=1775891850"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/geo.js?v=1775891850"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/utils.js?v=1776849830"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/ui-ham.js?v=1776849830"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/geo.js?v=1776849830"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user