Skip to content

Commit 7ca7699

Browse files
committed
.
1 parent f65ced4 commit 7ca7699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/index.html renamed to index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="stylesheet" href="/css/style.css" />
6+
<link rel="stylesheet" href="css/style.css" />
77
<title>A * in plain js</title>
88
</head>
99
<body>
@@ -50,6 +50,6 @@ <h1 class="">A *</h1>
5050
</div> -->
5151
<p>@github.com/johnkesko</p>
5252
</div>
53-
<script type="module" src="/js/main.js"></script>
53+
<script type="module" src="js/main.js"></script>
5454
</body>
5555
</html>

0 commit comments

Comments
 (0)