This commit is contained in:
Claudio Maggioni 2020-09-22 16:59:40 +02:00
parent 95c7d93d76
commit 76fe389763
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<link rel="icon" href="assets/images/icon-64.png">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="assets/index.css">
<link rel="stylesheet" href="assets/index.css?v=2">
</head>
<body>
<h1>USI INF room availability</h1>
@ -98,6 +98,6 @@
homework)
</div>
<script src='app.js'></script>
<script src='app.js?v=2'></script>
</body>
</html>