-
Notifications
You must be signed in to change notification settings - Fork 0
/
youtube.html
79 lines (76 loc) · 2.95 KB
/
youtube.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="favicon.ico">
<title>Nailuj's Website</title>
<link href="https://fonts.googleapis.com/css?family=Chakra+Petch|Dokdo|Jua|Mina|Quicksand|Skranji" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<meta name="description" content="Official website of Nailuj29gaming on YouTube">
<meta name="keywords" content="Nailuj,Nailuj29,gaming,Nailuj29gaming,pokemon,TCG,Epic Pokemon Pullz">
<meta charset="UTF-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="script.js"></script>
</head>
<body style="margin:0px">
<div class="banner" onclick="window.location.href='index.html'">
Nailuj29<span class="gaming">gaming</span>
</div>
<!--Menubar-->
<div class="menubar" id="mb1"></div>
<div class="menubar" id="mb2"></div>
<div class="menubar" id="mb3"></div>
<div class="menubar-item" id="mbi1s">
<br>YouTube
</div>
<div class="midmenubar-item" id="mbi2" onclick="window.location.href='games.html'">
<br>Games
</div>
<div class="menubar-item" id="mbi3" onclick="location.href='Coding.html'">
<br>Coding
</div>
<div class="margin">
<!-- margin for main header-->
</div>
<div class="bg1">
<div class="intro">
<h1>Youtube</h1>
</div>
</div>
<div class="mainyt">
<p>
Nailuj29gaming is the channel where all of the videos I would post on Epic Pokémon Pullz, and some other videos.<br>
Nailuj29gaming will:<br>
</p>
<div class="expectations">
<ol>
<li>Have better video quality than my previous channel</li>
<li>Have better audio quality than my previous channel</li>
<li>Have an actual intro</li>
<li>Do more than just Pokémon Videos</li>
<li>Upload more regularly</li>
</ol>
</div>
<h2 class="header">Uploading Schedule</h2>
<table>
<tr>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
<th>Saturday</th>
<th>Sunday</th>
</tr>
<tr>
<td>???</td>
<td>???</td>
<td>???</td>
<td>???</td>
<td>???</td>
<td>???</td>
<td>???</td>
</tr>
</table>
</div>
</body>
</html>