💫🍁 Checkpoint

./views/index.html:96831/224
./README.md:96831/18
./public/style.css:96831/282
This commit is contained in:
Glitch (hello-express)
2018-03-19 20:41:05 +00:00
parent f14195fb7e
commit 670b2731c5
3 changed files with 10 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
<!-- hbs(handlebars): http://handlebarsjs.com/ -->
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Welcome to Glitch!</title>
<meta name="description" content="A cool thing made with Glitch">
@@ -51,9 +51,10 @@
<script src="/client.js"></script>
<!-- Include the Glitch button and default styling: -->
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
<script src="https://button.glitch.me/button.js" data-style="glitch"></script>
<script src="https://button.glitch.me/button.js"></script>
</body>
</html>