-
Notifications
You must be signed in to change notification settings - Fork 0
/
Youtube.html
34 lines (32 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class="navbar"> <img src="logo.png" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Youtube.html">Youtube</a></li>
<li><a href="#">Downloads</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Relit SMP</a></li>
</ul>
</div>
<div class="content">
<h1>Youtube Channel</h1>
<h2>My Youtube channel speacialises in Minecraft Bedrock edition </h2>
<p> I make Minecraft addons for Starlit SMP and the community and provide addon turtorials to help you learn <br>
I also make videos on starlit SMP, genural minecraft and occasional live streams</p>
<h2>Join the Community:</h2>
<button onclick="window.location.href='https://youtube.com/@PenguinBTW';"><span></span>My Youtube</button>
<button onclick="window.location.href='https://discord.gg/VBqAeuRAQT';"><span></span>Starlit SMP Discord</button>
<div>
</div>
</div>
</div>
</body>
</html>