Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
samolukadjo authored Aug 31, 2024
1 parent 9be9811 commit 9e6c30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="theme-color" content="#004A77" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="manifest" href="/manifest.json?ver=15" />
<link rel="stylesheet" href="/style.css?ver=15">
<link rel="manifest" href="/manifest.json?ver=16" />
<link rel="stylesheet" href="/style.css?ver=16">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<style>
@font-face {
Expand Down Expand Up @@ -59,6 +59,6 @@
<div id="button-equal" class="button equal">=</div>
</div>
</div>
<script src="/script.js?ver=15"></script>
<script src="/script.js?ver=16"></script>
</body>
</html>

0 comments on commit 9e6c30f

Please sign in to comment.