-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
26 lines (26 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/reset.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:100,200,300,400,500,600,700|Cormorant+Garamond:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i">
<link rel="stylesheet" href="css/styles.css" type="text/css">
<title>Patrick Lee | </title>
</head>
<body>
<main>
<section class="index-banner">
<div class="vertical-center">
<h2>The Fable of Griselda</h2>
<h1><br>Is it trademark-infringing if the game is never done? We don't think so.</h1>
<br><br><br><br><br>
<h2>DOWNLOAD</h2>
<h2><a href="Downloads/mac/"><img src="css/mac.png" style="height: 64px"></a> Mac</h2>
<br>
<h2><a href="Downloads/win/FOG.zip" download="The Fable of Griselda for Windows (x86 & x64)"><img src="css/win.png" style="height: 64px"></a> Windows</h2>
</div>
</section>
</main>
</body>
</html>