-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonesitewonder.html
81 lines (77 loc) · 1.85 KB
/
onesitewonder.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE HTML>
<!--google.com-->
<head>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&display=swap');
html {
background-color: #202124
}
h1 {
font-family: 'JetBrains Mono', monospace;
font-weight: 900;
color: #d8dee9;
font-size: 36px;
margin: 1em auto;
max-width: 1000px;
padding: .1em;
line-height: 0.1;
text-align: center
}
h2 {
font-family: 'JetBrains Mono', monospace;
font-weight: 700;
color: #d8dee9;
font-size: 22px;
margin: 1em auto;
max-width: 1000px;
padding: .1em;
line-height: 0.1;
text-align: center
}
.body {
font-family: 'JetBrains Mono', monospace;
font-weight: 400;
color: #d8dee9;
font-size: 16px;
margin: 1em auto;
max-width: 800px;
padding: 1em;
line-height: 1.4;
text-align: center
}
p {
font-family: 'JetBrains Mono', monospace;
font-weight: 400;
color: #d8dee9;
font-size: 16px;
margin: .05em auto;
max-width: 800px;
padding: .05em;
line-height: 1.35;
text-align: center
}
a {
color: #c04f0d
}
a:visited {
color: #944a04
}
</style>
</head>
<title>Hello Nerds!</title>
<div class="body">
<body>
<h1>Minor Key</h1>
<h2>Website Portal thing ig</h2>
<p>Welcome to whatever the fuck this is!</p><br>
<p>This is a basic ass website for this url since I had nothing else better to do with my life.</p><br>
<p2>There might be a Minecraft Server up at <i>play.thatistotally.us</i><p2>
<p>
<button onclick="myFunction()">Copy text</button>
<input type="text" value="play.thatistotally.us" id="myInput">
</p>
</div>
</div>
</body>
</html>