diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-08-30 10:17:00 +0430 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-08-30 10:17:00 +0430 |
commit | 3d64b3701ab28096d325a78088c698e160a1060f (patch) | |
tree | 51322a0dcbc7fd0a6ff61ac84345148c3c788dae | |
parent | a8116f7798f1055c7423bd2adb0871b6a98bbd28 (diff) | |
download | exhq.github.io-3d64b3701ab28096d325a78088c698e160a1060f.tar.gz exhq.github.io-3d64b3701ab28096d325a78088c698e160a1060f.tar.bz2 exhq.github.io-3d64b3701ab28096d325a78088c698e160a1060f.zip |
malding
-rw-r--r-- | static/malds/index.html | 23 |
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 |