-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 923 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
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width; maximum-scale=1; minimum-scale=1;" />
<html>
<head>
<link rel="icon" href="favicon.png" sizes="512x512" type="image/png">
<link rel="stylesheet" href="style.css">
<title>Foxfold Studio</title>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://foxfold.studio",
"logo": "http://foxfold.studio/badge.png",
"email": "contact@foxfold.studio"
}
</script>
</head>
<body>
<header>
<div class="logo">
<img src="badge.png" alt="Foxfold Studio badge" class="badge">
<img src="wordmark.png" alt="Foxfold Studio wordmark" class="wordmark">
</div>
<main>
<p>Games and more, coming soon</p>
<a href="mailto:contact@foxfold.studio" class="contact">Contact</a>
</main>
</header>
<footer>
© 2018 Foxfold Studio
</footer>
</body>
</html>