-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (30 loc) · 1.48 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<title>Bindside Games</title>
<meta charset="UTF-8">
<meta name="description" content="An indie game studio based in Croydon, UK">
<meta name="keywords" content="Monogame, Blindside, Games">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Robert Woods">
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
</head>
<body>
<div class="menu-bar">
<ul>
<div class="active"><li><a href="index.html">Home</a></li></div>
<li><a href="html/games.html">Games</a></li>
<li><a href="html/contact.html">Contact</a></li>
<li><a href="html/about.html">About Us</a></li>
</ul>
</div>
<div class="page-title">
</div>
<img class="main-pic" src="images/logo.svg" alt="Blindside Logo" title="Blindside Logo">
<div class="tagline">
<p>Blindside Games is a brand new indie games studio based in London, aiming to make original and exciting games spanning multiple genres. Check out the <a href="html/games.html">games</a> page for updates on our current titles! </p>
</div>
</body>
</html>