javascript import fix

This commit is contained in:
William Noris 2021-10-18 17:32:20 +02:00
parent 6a9f0e0968
commit 0cfd054680
12 changed files with 31524 additions and 4 deletions

View file

@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/style.css">
<script src="scripts/planets.js" type="module" defer></script>
<title>Planets</title>
</head>
<body>
@ -18,6 +19,10 @@
</ul>
</nav>
</section>
<section class="results">
</section>
</body>
</html>