-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_dark.html
More file actions
50 lines (50 loc) · 1.15 KB
/
index_dark.html
File metadata and controls
50 lines (50 loc) · 1.15 KB
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
<!DOCTYPE html>
<html>
<head>
<title>ÑatickYT's GitHub (Dark Theme)</title>
<style>
body {
background-color: black;
}
/* Header 1 */
h1 {
color: white;
text-align: center;
}
/* Paragraphs */
p {
font-family: verdana;
font-size: 20px;
color: white;
}
/* Unvisited Links */
a:link {
color: white;
}
/* Visited Links */
a:visited {
color: white;
}
/* Mice On Links */
a:hover {
color: white;
}
/* Selected Links */
a:active {
color: white;
}
</style>
</head>
<body>
<h1>ÑatickYT</h1>
<p>Official GitHub Page
<br>
Join The Development Discord Server At <a href="https://discord.gg/fK8p2w7tuR" target="_blank">Discord</a>
<br>
<a href="https://bit.ly/NatickPlays" target="_blank">YouTube</a>
<br>
<a href="index.html" rel="nofollow">Light Theme</a>
<br>
<a href="https://natickyt.github.io/2048hack/" rel="nofollow">2048hack</a></p>
</body>
</html>