We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d14970 commit b117e58Copy full SHA for b117e58
index.html
@@ -7,10 +7,12 @@
7
<link rel="stylesheet" href="../style.css">
8
<link rel="stylesheet" href="style.css">
9
<script src="init.js"></script>
10
+ <script defer type="module" src="../menu.js"></script>
11
</head>
12
<body onload="main()">
- <header><h1>Pixel SVG</h1><script src="../menu.js" id="menujs"></script></header>
13
+ <header><h1>Pixel SVG</h1></header>
14
<main id="main_view"></main>
- <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>
17
</body>
18
</html>
0 commit comments