forked from SkyriftStudios/skyriftstudios.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 868 Bytes
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>Skyrift Studios</title>
</head>
<link rel="stylesheet" href="style.css">
<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="projects.html">Projects</a>
<a class="button" href="about.html">About</a>
<a class="button" href="links.html">Links</a>
</p>
</div>
<div class="center content">
<p>
Skyrift Studios is a media organization founded by Skyan Samuel that creates applications, games, videos & films, as well as other projects.</p>
</div>
</body>
</html>