forked from SkyriftStudios/skyriftstudios.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
36 lines (34 loc) · 1.53 KB
/
links.html
File metadata and controls
36 lines (34 loc) · 1.53 KB
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
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="style.css">
<title> SkyRift Studios - Links</title>
</head>
<body>
<div class="center header">
<img class="banner" src=newbanner-main.png>
<p id="buttons">
<a class="button" href="index.html">Home</a>
<a class="button" href="apply.html">Apps</a>
<a class="button" href="games.html">Games</a>
<a class="button" href="about.html">About</a>
<a class="button" href="apply.html">Apply</a>
<a class="button" href="links.html">Links</a>
</p>
</div>
<div class="center content">
<p>
<a href=https://www.youtube.com/channel/UC1x_7-NPvFgfjnRBShAZ0hA>
<img class="img" src=icons/youtube.png><p>Youtube Channel</p>
</a>
<a href=https://skylarkstudios.newgrounds.com/>
<img class="img" src=icons/newgrounds.jpg><p>Newgrounds Page</p>
</a>
<a href=https://discord.gg/VKzUCnv>
<img class="img" src=icons/Discord-Logo-Color.png><p>Our Discord Server!</p>
</a>
</p>
</div>
</body>
</html>