Apply formatting
This commit is contained in:
parent
5f0724e283
commit
f18323a1a8
37
README.md
37
README.md
@ -1,37 +0,0 @@
|
|||||||
Welcome to Glitch
|
|
||||||
=================
|
|
||||||
|
|
||||||
Click `Show` in the header to see your app live. Updates to your code will instantly deploy and update live.
|
|
||||||
|
|
||||||
**Glitch** is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.
|
|
||||||
|
|
||||||
Find out more [about Glitch](https://glitch.com/about).
|
|
||||||
|
|
||||||
|
|
||||||
Your Project
|
|
||||||
------------
|
|
||||||
|
|
||||||
### ← README.md
|
|
||||||
|
|
||||||
That's this file, where you can tell people what your cool website does and how you built it.
|
|
||||||
|
|
||||||
### ← index.html
|
|
||||||
|
|
||||||
Where you'll write the content of your website.
|
|
||||||
|
|
||||||
### ← style.css
|
|
||||||
|
|
||||||
CSS files add styling rules to your content.
|
|
||||||
|
|
||||||
### ← script.js
|
|
||||||
|
|
||||||
If you're feeling fancy you can add interactivity to your site with JavaScript.
|
|
||||||
|
|
||||||
### ← assets
|
|
||||||
|
|
||||||
Drag in `assets`, like images or music, to add them to your project
|
|
||||||
|
|
||||||
Made by [Glitch](https://glitch.com/)
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
\ ゜o゜)ノ
|
|
@ -14,3 +14,4 @@
|
|||||||
<a href="/">Back</a> <a id="open-popup" href="javascript:void(0);">Open Popup Now</a>
|
<a href="/">Back</a> <a id="open-popup" href="javascript:void(0);">Open Popup Now</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -26,3 +26,4 @@ function parseQueryParams() {
|
|||||||
});
|
});
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,3 +11,4 @@ a, a:visited {
|
|||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,11 +12,9 @@
|
|||||||
<script src="/script.js" defer></script>
|
<script src="/script.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Popup Timer</h1>
|
<h1>Popup Timer</h1>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<h4>Create new</h4>
|
<h4>Create new</h4>
|
||||||
|
|
||||||
<table id="popup-type">
|
<table id="popup-type">
|
||||||
@ -57,14 +55,10 @@
|
|||||||
<br>
|
<br>
|
||||||
<span id="bookmark" title="Adds a shortcut for creating the popup to your bookmarks - Shift + Click if it doesn't work">Create Bookmark</span>
|
<span id="bookmark" title="Adds a shortcut for creating the popup to your bookmarks - Shift + Click if it doesn't work">Create Bookmark</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<span id="link" title="Click to copy"></span>
|
<span id="link" title="Click to copy"></span>
|
||||||
|
|
||||||
<div class="glitchButton" style="position:fixed; top:2em; right:2em;"></div>
|
|
||||||
<script src="https://button.glitch.me/button.js" defer></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -18,3 +18,4 @@ if (!result) {
|
|||||||
history.back();
|
history.back();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,3 +29,4 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -301,3 +301,4 @@ function parseQueryParams() {
|
|||||||
function pad(num) {
|
function pad(num) {
|
||||||
return ("00" + num).substr(-2);
|
return ("00" + num).substr(-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,3 +61,4 @@ i:hover {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user