aboutsummaryrefslogtreecommitdiff
path: root/static/malds/index.html
blob: ec692d9c2836430ef5268ef845ae810e63707250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>