summaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/css/main.css7
-rw-r--r--development/index.html41
2 files changed, 48 insertions, 0 deletions
diff --git a/development/css/main.css b/development/css/main.css
new file mode 100644
index 0000000..1757765
--- /dev/null
+++ b/development/css/main.css
@@ -0,0 +1,7 @@
+body {
+ margin: 0;
+ height: 100vh;
+ display: grid;
+ align-items: center;
+ justify-items: center;
+} \ No newline at end of file
diff --git a/development/index.html b/development/index.html
new file mode 100644
index 0000000..41ee390
--- /dev/null
+++ b/development/index.html
@@ -0,0 +1,41 @@
+<!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>
+ <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