-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNP.html
43 lines (43 loc) · 886 Bytes
/
NP.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
<!DOCTYPE html>
<html>
<head>
<title>Ñatick Plays</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>Ñatick Plays</h1>
<p>Ñatick Plays Is A YouTuber</p>
</body>
</html>