Skip to content

Commit b117e58

Browse files
committed
updating for new menu
1 parent 3d14970 commit b117e58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
<link rel="stylesheet" href="../style.css">
88
<link rel="stylesheet" href="style.css">
99
<script src="init.js"></script>
10+
<script defer type="module" src="../menu.js"></script>
1011
</head>
1112
<body onload="main()">
12-
<header><h1>Pixel SVG</h1><script src="../menu.js" id="menujs"></script></header>
13+
<header><h1>Pixel SVG</h1></header>
1314
<main id="main_view"></main>
14-
<footer><a href="https://github.com/corbin-c/pixel-svg" title="project pixel-svg by corbin-c on Github">View code on Github</a></footer>
15+
<footer>
16+
</footer>
1517
</body>
1618
</html>

0 commit comments

Comments
 (0)