mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 09:27:29 +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.
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
/* styles */
|
||||
/* called by your view template */
|
||||
|
||||
/* You might want to try something fancier: */
|
||||
/* less: http://lesscss.org/ */
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
margin: 25px;
|
||||
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
color: pink;
|
||||
font-style: italic;
|
||||
color: #373fff;
|
||||
}
|
||||
|
||||
.bold {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user