javascript import fix
This commit is contained in:
parent
6a9f0e0968
commit
0cfd054680
12 changed files with 31524 additions and 4 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue