Force update of resources

This commit is contained in:
Christoph Hagen 2022-12-20 13:29:52 +01:00
parent 9f22e804ef
commit 721abecb1c

View File

@ -13,7 +13,7 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/assets/icons/browserconfig.xml?v=1"/>
<meta name="theme-color" content="#ffffff"/>
<link href="grid.css?v=1" rel="stylesheet"/>
<link href="grid.css?v=2" rel="stylesheet"/>
<meta name="author" content="Christoph Hagen"/>
<title>Bottle Cap Grid | CH Maker Space</title>
<meta name="description" content="A grid view of all bottle caps in my collection. Try to create an image with them."/>
@ -30,5 +30,5 @@
<div id="selected-cap-circle"></div>
</div>
</body>
<script src="grid.js"></script>
<script src="grid.js?v=2"></script>
</html>