aboutsummaryrefslogtreecommitdiff
path: root/static/malds
diff options
context:
space:
mode:
Diffstat (limited to 'static/malds')
-rw-r--r--static/malds/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/static/malds/index.html b/static/malds/index.html
new file mode 100644
index 0000000..ec692d9
--- /dev/null
+++ b/static/malds/index.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <style>
+ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
+html{
+background-color: #36393f;
+}
+h1{
+ font-family: 'Roboto', cursive;
+ font-weight: 900;
+ color: #ffffff;
+}
+ </style>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>why are you here</title>
+</head>
+<body>
+ <h1>hello! you have reached the page for echo's malds. if you know your shit, you should be able to find your way into the subdirectories using github, if not, forget about it. its not really worth reading anyways</h1>
+</body>
+</html> \ No newline at end of file