-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYTL.html
More file actions
52 lines (52 loc) · 1.07 KB
/
YTL.html
File metadata and controls
52 lines (52 loc) · 1.07 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
51
52
<!DOCTYPE html>
<html>
<head>
<title>YT (Light Theme)</title>
<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>YT Links</h1>
<p><a href="https://bit.ly/NatickPlays" target="_blank">Ñatick Plays</a>
<br>
<a href="https://bit.ly/NatickPlaysUSA" target="_blank">Ñatick Plays USA</a>
<br>
<a href="https://bit.ly/NatickTechYT" target="_blank">Ñatick's Technology Help</a>
<br>
<a href="https://bit.ly/VMTest71" target="_blank">VMTest71</a>
<br>
<a href="https://bit.ly/NatickPlaysMCPE" target="_blank">Ñatick Plays MCPE</a>
<br>
<a href="index.html" rel="nofollow">Home</a></p>
</body>
</html>