-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmore.html
67 lines (45 loc) · 1.85 KB
/
more.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
<!DOCTYPE html>
<html>
<head>
<title>n1swordslasher</title>
<link rel="stylesheet" href="style4.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>Welcome to the misc stuff that could't get a main tab, but I like</p>
<a href="pullfinger.html"> pull my finger </a>
<a href="about-my-channel.html"> about my channel </a>
<a href="indexold.html"> my old homepage </a>
<a href="stopmotion.html"> my stop motion animations (NEW)</a>
<br>
<a href="https://store.steampowered.com/app/1004620/KungFu_Kickball/"> Kung Fu Kickball, one of my favorite games! </a>
</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>