🍕🌟 Checkpoint

./views/index.html:96831/368
./public/style.css:96831/36
./server.js:96831/437
This commit is contained in:
Glitch (hello-express)
2018-03-19 21:14:04 +00:00
parent 12f2f5e223
commit 406fcf36d0
5 changed files with 52 additions and 105 deletions

View File

@@ -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 -->