mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 11:27:30 +00:00
💫🍁 Checkpoint
./views/index.html:96831/224 ./README.md:96831/18 ./public/style.css:96831/282
This commit is contained in:
parent
f14195fb7e
commit
670b2731c5
@ -1,5 +1,5 @@
|
|||||||
Welcome to the Glitch BETA
|
Welcome to Glitch
|
||||||
==========================
|
=================
|
||||||
|
|
||||||
Click `Show` in the header to see your app live. Updates to your code will instantly deploy and update live.
|
Click `Show` in the header to see your app live. Updates to your code will instantly deploy and update live.
|
||||||
|
|
||||||
|
@ -1,21 +1,18 @@
|
|||||||
/* styles */
|
/* styles */
|
||||||
/* called by your view template */
|
/* called by your view template */
|
||||||
|
|
||||||
/* You might want to try something fancier: */
|
|
||||||
/* less: http://lesscss.org/ */
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: helvetica, arial, sans-serif;
|
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
|
||||||
margin: 25px;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-weight: bold;
|
font-style: italic;
|
||||||
color: pink;
|
color: #373fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bold {
|
.bold {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<!-- hbs(handlebars): http://handlebarsjs.com/ -->
|
<!-- hbs(handlebars): http://handlebarsjs.com/ -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Welcome to Glitch!</title>
|
<title>Welcome to Glitch!</title>
|
||||||
<meta name="description" content="A cool thing made with Glitch">
|
<meta name="description" content="A cool thing made with Glitch">
|
||||||
@ -51,9 +51,10 @@
|
|||||||
<script src="/client.js"></script>
|
<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>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user