Fix: CSS + Imports
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>infinifi</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
@@ -24,18 +24,17 @@
|
||||
<input id="volume-slider" type="range" min="0" max="100" step="1" />
|
||||
</div>
|
||||
</main>
|
||||
<img class="cat" src="/images/cat-0.png"></img>
|
||||
<img class="eeping-cat" src="/images/eeping-cat.png"></img>
|
||||
<img class="cat" src="./images/cat-0.png"></img>
|
||||
<img class="eeping-cat" src="./images/eeping-cat.png"></img>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<span>made by kennethnym <3 · </span>
|
||||
<a href="https://github.com/kennethnym/infinifi">github</a>
|
||||
<span>made by kennethnym <3 · <a href="https://github.com/kennethnym/infinifi">github</a></span>
|
||||
</footer>
|
||||
|
||||
<canvas id="bg"></canvas>
|
||||
|
||||
<script type="text/javascript" src="/bg.js"></script>
|
||||
<script type="text/javascript" src="/script.js"></script>
|
||||
<script type="text/javascript" src="./bg.js"></script>
|
||||
<script type="text/javascript" src="./script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user