diff options
| author | s1n <[email protected]> | 2019-09-05 19:25:28 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-05 19:25:28 -0700 |
| commit | 082de4b7d55fdcfec36c5b532535354f0c584718 (patch) | |
| tree | 79ac76befaa3ae175b865999ed10c19501e820ad /doge/index.html | |
| parent | * red (diff) | |
| download | s1n.pw-admin-082de4b7d55fdcfec36c5b532535354f0c584718.tar.xz s1n.pw-admin-082de4b7d55fdcfec36c5b532535354f0c584718.zip | |
formatting, removals, stability fixes
FORMATTING:
- Add descriptive/ sorting tags to index.html in root
- Change most function dividers in JS to uppercase
- Add commenting to background-sparkles.js
DELETION:
- Doge
STABILITY:
- Replace screen.width detections with 699px instead of 460px, because the largest phones verify as 780.
Diffstat (limited to 'doge/index.html')
| -rw-r--r-- | doge/index.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doge/index.html b/doge/index.html deleted file mode 100644 index f7703e3..0000000 --- a/doge/index.html +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>s1nical - Doge in space</title>
- <link rel="stylesheet" href="/doge/css/main.css">
- <link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
-</head>
- <body>
- <div class="rotate-container rotate-container-1">
- <div class="rotate">
- <div class="rotate-object"></div>
- </div>
- </div>
-
- <div class="rotate-container rotate-container-2">
- <div class="rotate">
- <div class="rotate-object"></div>
- </div>
- </div>
-
- <div class="rotate-container rotate-container-3">
- <div class="rotate">
- <div class="rotate-object"></div>
- </div>
- </div>
- </body>
-</html>
\ No newline at end of file |