-
Notifications
You must be signed in to change notification settings - Fork 1
/
indexold.html
84 lines (58 loc) · 2.31 KB
/
indexold.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
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>n1swordslasher</title>
<link rel="stylesheet" href="style5.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">
<a href="index.html" class= "main-logo">Slash's</a>
<span class="page-title">Page</span>
</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> note: this website was made using HTML and CSS coding, not google webpage</p>
<p> this is a big brain teaser: What color is at the top of the webpage? green or yellow? note: if you are on a phone it probably will be black</p>
<br>
<h1>Hi there! My name is Slash!</h1>
<h3>Please check out my channel n1swordslasher, and subscribe! it's free!</h1>
<p>
And, make sure to check out my videos!
</p>
<strong> Like really do it, or else: </strong>
<ul>
<li>I will throw a cookie at your face and scream </li>
<br>
<li>break your computer </li>
<br>
<li>this will happen</li>
</ul>
<img src="images\Slash pokemon.jpg.jpg"alt="Slash pokemon">
<p> Don't worry, I'm just kidding!</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>