summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-11-01 17:36:58 -0700
committers1n <[email protected]>2019-11-01 17:36:58 -0700
commitebb6a44a3547e2ce1a9272b762617b091f385f82 (patch)
tree3d5cc202e802ccc5cf77eb6870f0c32517e2f287
parentadd soccer skin to key (diff)
downloads1n.pw-admin-ebb6a44a3547e2ce1a9272b762617b091f385f82.tar.xz
s1n.pw-admin-ebb6a44a3547e2ce1a9272b762617b091f385f82.zip
del dev/ development
-rw-r--r--dev/index.html17
-rw-r--r--development/css/main.css17
-rw-r--r--development/index.html42
3 files changed, 0 insertions, 76 deletions
diff --git a/dev/index.html b/dev/index.html
deleted file mode 100644
index 7e77361..0000000
--- a/dev/index.html
+++ /dev/null
@@ -1,17 +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 - Development</title>
- <!-- CSS Links -->
- <!-- External Libraries via CDN -->
- <!-- Invisible Scripts -->
-</head>
-<body>
- <script>
- location.href = "/development/"
- </script>
-</body>
-</html>
diff --git a/development/css/main.css b/development/css/main.css
deleted file mode 100644
index 389c5ea..0000000
--- a/development/css/main.css
+++ /dev/null
@@ -1,17 +0,0 @@
-body {
- margin: 0;
- height: 100vh;
- display: grid;
- align-items: center;
- justify-items: center;
-}
-
-@media (prefers-color-scheme: dark) {
- body {
- background: black;
- }
-
- pre {
- color: white;
- }
-}
diff --git a/development/index.html b/development/index.html
deleted file mode 100644
index e79f662..0000000
--- a/development/index.html
+++ /dev/null
@@ -1,42 +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 - Development</title>
- <link rel="stylesheet" href="/development/css/main.css">
- <script src="/js/hide-context-menu.js"></script>
- <script src="/js/redirect-to-mobile.js"></script>
- <link rel="stylesheet" href="/css/no-text-highlighting.css">
-</head>
-<body>
- <!-- ASCII Art -->
- <pre>
- _____ _ _ _ _____ _ _ _ _ _ _
-/ __ \ | | | | | | |_ _( ) | | (_) | | | | | |
-| / \/ ___ _ __ ___ ___ | |__ __ _ ___| | __ __ _| |__ ___ _ __ | | |/__ _____ __| | ___ ___ _ __| | ___ __| | | |_ ___
-| | / _ \| '_ ` _ \ / _ \ | '_ \ / _` |/ __| |/ / \ \ /\ / / '_ \ / _ \ '_ \ | | \ \ / / _ \ / _` |/ _ \/ __| |/ _` |/ _ \/ _` | | __/ _ \
-| \__/\ (_) | | | | | | __/ | |_) | (_| | (__| < \ V V /| | | | __/ | | | _| |_ \ V / __/ | (_| | __/ (__| | (_| | __/ (_| | | || (_) |
- \____/\___/|_| |_| |_|\___| |_.__/ \__,_|\___|_|\_\ \_/\_/ |_| |_|\___|_| |_| \___/ \_/ \___| \__,_|\___|\___|_|\__,_|\___|\__,_| \__\___/
-
-
- __ _ _ _ _ _ _ _ _ _ _
- / _(_) | | | | | | | | | | | | | | | | |
-| |_ _ _ __ __ _| | |_ _ __ _ __| | __| | | |_| |__ ___ __| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ _ __ __ _ __ _ ___
-| _| | '_ \ / _` | | | | | | / _` |/ _` |/ _` | | __| '_ \ / _ \ / _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | '_ \ / _` |/ _` |/ _ \
-| | | | | | | (_| | | | |_| | | (_| | (_| | (_| | | |_| | | | __/ | (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | |_) | (_| | (_| | __/_ _ _
-|_| |_|_| |_|\__,_|_|_|\__, | \__,_|\__,_|\__,_| \__|_| |_|\___| \__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| | .__/ \__,_|\__, |\___(_|_|_)
- __/ | | | | | __/ |
- |___/ |_| |_| |___/
- __
- / |
- ______ ___ `| | _ __
- |______| / __| | || '_ \
- \__ \_| || | | |
- |___/\___/_| |_|
-
-
- </pre>
-</body>
-</html> \ No newline at end of file