forked from SkyriftStudios/skyriftstudios.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
26 lines (22 loc) · 779 Bytes
/
games.html
File metadata and controls
26 lines (22 loc) · 779 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>Skyrift Studios</title>
</head>
<link rel="stylesheet" href="sytles/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>Not much games to present but we're working on stuff.</p>
</div>
</body>
</html>