-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocialmedia.html
23 lines (23 loc) · 1.04 KB
/
socialmedia.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Katzcraft Studios</title>
<link rel="stylesheet" href="style2.css"/>
<link rel="icon" type="image/png" href="Katzcraft_Studios_Logo.png">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="activenb" href="socialmedia.html">Social Media</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="downloads.html">Downloads</a></li>
</ul>
</nav>
<div class="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/O6DygB5gy8I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard- write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://discord.com/widget?id=906164029523890217&theme=dark" width="560" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow- popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</body>
</html>