Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Avad3 authored Apr 9, 2022
1 parent 066e029 commit 5214992
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@
<title>Fracital</title>
<link rel="stylesheet" href="./styles/style.css" id="rels">
<link rel="shortcut icon" href="./resources/favicon.ico" id="relt" type="image/x-icon">
<script src="/uv/uv.bundle.js"></script>
<script src="/uv/uv.config.js"></script>
<script async src="https://arc.io/widget.min.js#9RNMA9a8"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js', {
scope: '/sw/',
});
};
</script>
</head>
<body>
<div class="toolbar" id="toolbar" role="banner">
Expand Down Expand Up @@ -120,7 +111,9 @@ <h3 class="infql">Quick Launch sites</h3>
<p class="alert">You can search lyrics from the drop down menu!</a></p>
</div> -->
</body>
<script src="./js/alerts.js"></script>
<script src="js/alerts.js"></script>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script src="./js/index.js"></script>
<script src="/js/index.js"></script>
<script src="/uv/uv.bundle.js"></script>
<script src="/uv/uv.config.js"></script>
</html>

0 comments on commit 5214992

Please sign in to comment.