-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 1.38 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>ÑatickYT's GitHub (Light Theme)</title>
<link rel="icon" type="image/x-icon" href="/images/ÑP_29-5-22_YT_Pic.ico">
<style>
body {
background-color: white;
}
/* Header 1 */
h1 {
color: black;
text-align: center;
}
/* Paragraphs */
p {
font-family: verdana;
font-size: 20px;
color: black;
}
/* Unvisited Links */
a:link {
color: black;
}
/* Visited Links */
a:visited {
color: black;
}
/* Mice On Links */
a:hover {
color: black;
}
/* Selected Links */
a:active {
color: black;
}
</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="YTL.html" rel="nofollow">YouTube Channels</a>
<br>
<a href="index_dark.html" rel="nofollow">Dark Theme</a>
<br>
<a href="Testing.html" rel="nofollow">Testing</a>
<br>
<a href="https://natickyt.github.io/2048hack/" rel="nofollow">2048hack</a>
<br>
<a href="https://natickyt.github.io/Update-Info/" rel="nofollow">Update Info</p>
</body>
</html>