-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmy-videos.html
75 lines (52 loc) · 1.97 KB
/
my-videos.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
<!DOCTYPE html>
<html>
<head>
<title>n1swordslasher</title>
<link rel="stylesheet" href="style2.css">
<link href="https://fonts.googleapis.com/css?family=Special+Elite&display=swap" rel="stylesheet">
<link rel="stylesheet" href="media-queries.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div class="container">
<header>
<div>
<span class="logo-content">
<iframe src="http://swordslasher.com/images/slashflash_logo.svg" width="100%" height="300px" frameBorder="0"></iframe></a>
</span>
</div>
</header>
<section>
<nav>
<a href="index.html" class="nav-home"> home page </a>
<a href="my-videos.html" class="nav-my-videos"> my videos </a>
<a href="my-flipnotes.html" class="nav-my-videos"> my flipnotes </a>
<a href="games/index.html" class="nav-my-photoshop"> Games </a>
<a href="chat/index.html" class="nav-home"> chat </a>
<a href="more.html" class="nav-home"> more </a>
</nav>
<div class="content">
<p>
<a href = "https://www.youtube.com/channel/UCtIjiwvgeh0cDu4v8flz8aA/videos?">
click to go to all of my videos
</a>
<br>
<br>
<p>My channel's intro:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-HTVVWE5uFY
" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>fun fact: the green screen falling was by accident, i posted it because I thought it was funny.</p>
<p>My newest upload:</p>
<br>
<p>sorry, I can't always keep this up to date</p>
</p>
</div>
</section>
<footer>
<div>
<a class="youtube-icon" target="blank_" href="https://www.youtube.com/channel/UCtIjiwvgeh0cDu4v8flz8aA">My channel</a>
</div>
</footer>
</div>
</body>
</html>