-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.28 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
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Microbrew.it</title>
<link rel="icon" type="image/png" href="http://localhost/thunemedia.no/wp-content/themes/Thunemedia-theme-3/favicon.png">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="container">
<img src="images/microbrewit.png" alt="Microbrew.it" class="block center" />
<h1 class="text-center blue-text">beer is coming</h1>
<form action="" type="GET" class="block eight columns center clear-right join-form">
<label for="name">Your name</label>
<input type="text" name="name" placeholder="John Doe" />
<label for="name">Your email</label>
<input type="text" name="email" placeholder="[email protected]" />
<button class="btn btn-large">mail me on release</button>
</form>
<div class="eight columns center">
<p>Microbrew.it is developed as free open source software by the guys n' gals at <a href="http://pilsprog.no">Pilsprog</a>.</p>
<a href="http://github.com/pilsprog/microbrew-it" class="block btn btn-large center">GitHub</a>
</div>
</div>
</body>
</html>