Apply formatting

This commit is contained in:
Reimar 2025-08-05 17:19:51 +02:00
parent 5f0724e283
commit f18323a1a8
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268
12 changed files with 653 additions and 687 deletions

View File

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

View File

@ -14,3 +14,4 @@
<a href="/">Back</a> &nbsp; <a id="open-popup" href="javascript:void(0);">Open Popup Now</a>
</body>
</html>

View File

@ -26,3 +26,4 @@ function parseQueryParams() {
});
return result
}

View File

@ -11,3 +11,4 @@ a, a:visited {
a:hover {
text-decoration: none;
}

View File

@ -12,11 +12,9 @@
<script src="/script.js" defer></script>
</head>
<body>
<h1>Popup Timer</h1>
<main>
<h4>Create new</h4>
<table id="popup-type">
@ -57,14 +55,10 @@
<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>
</div>
</main>
<br><br>
<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>
</html>

View File

@ -18,3 +18,4 @@ if (!result) {
history.back();
}
}

View File

@ -29,3 +29,4 @@
</body>
</html>

View File

@ -301,3 +301,4 @@ function parseQueryParams() {
function pad(num) {
return ("00" + num).substr(-2);
}

View File

@ -61,3 +61,4 @@ i:hover {
cursor: pointer;
color: #424242;
}

View File

@ -211,3 +211,4 @@ function createLink(type) {
return url;
}

View File

@ -123,3 +123,4 @@ input[type=checkbox] {
cursor: pointer;
word-break: break-all;
}