We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65ced4 commit 7ca7699Copy full SHA for 7ca7699
html/index.html index.htmlhtml/index.html renamed to index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <link rel="stylesheet" href="/css/style.css" />
+ <link rel="stylesheet" href="css/style.css" />
7
<title>A * in plain js</title>
8
</head>
9
<body>
@@ -50,6 +50,6 @@ <h1 class="">A *</h1>
50
</div> -->
51
<p>@github.com/johnkesko</p>
52
</div>
53
- <script type="module" src="/js/main.js"></script>
+ <script type="module" src="js/main.js"></script>
54
</body>
55
</html>
0 commit comments