Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ivobul authored Oct 28, 2024
1 parent 4157c42 commit 0cd34ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commune-waitlist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- JustValidate - Modern form validation library -->
<script defer src="https://unpkg.com/just-validate@latest/dist/just-validate.production.min.js"></script>

<link href="style.css" rel="stylesheet">
</head>
<body class="page">
Expand Down Expand Up @@ -82,6 +79,9 @@ <h2 class="page-footer__title">Used by these companies:</h2>
</footer>
</div><!-- Container -->

<!-- JustValidate - Modern form validation library -->
<script src="https://unpkg.com/just-validate@latest/dist/just-validate.production.min.js"></script>

<script src="script.js"></script>
</body>
</html>

0 comments on commit 0cd34ba

Please sign in to comment.