🍕🌟 Checkpoint
./views/index.html:96831/368 ./public/style.css:96831/36 ./server.js:96831/437
This commit is contained in:
@@ -16,15 +16,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<script src="/vanilla-client.js" defer></script>
|
||||
|
||||
|
||||
|
||||
<!-- import the webpage's stylesheet -->
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
|
||||
<!-- import the webpage's javascript file -->
|
||||
<script src="/vanilla-client.js" defer></script>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@@ -40,21 +34,21 @@
|
||||
|
||||
<form>
|
||||
<input name="dream" type="text" maxlength="100" placeholder="Dreams!" aria-labelledby="submit-dream">
|
||||
|
||||
<button type="submit" id="submit-dream">Submit Dream</button>
|
||||
</form>
|
||||
|
||||
<section class="dreams">
|
||||
<ul id="dreams">
|
||||
</ul>
|
||||
<ul id="dreams"></ul>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
Made with <a href="https://glitch.com">Glitch</a>
|
||||
Made with <a href="https://glitch.com">Glitch</a>!
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- import the webpage's client-side javascript file -->
|
||||
<script src="/client.js"></script>
|
||||
|
||||
<!-- include the Glitch button to show what the webpage is about and
|
||||
to make it easier for folks to view source and remix -->
|
||||
|
Reference in New Issue
Block a user