-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (68 loc) · 2.2 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Plainpepper by lukaselmer</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<div><img src="img/logo.png"/></div>
<br/>
<p>Startup Weekend Pitch Demo</p>
</header>
<section>
<p>
Bitte melde dich an.
</p>
<form action="account.html" method="get">
<table>
<tr>
<td style="text-align: right;">
<label style="width: 200px;">Username</label>
</td>
<td><input/></td>
</tr>
<tr>
<td style="text-align: right;">
<label style="width: 200px;">Password</label>
</td>
<td><input type="password"/></td>
</tr>
<tr>
<td>
</td>
<td><input type="submit"/></td>
</tr>
<tr>
<td>
</td>
<td><a href="#">Passwort vergessen?</a> | <a href="#">Neu registrieren</a></td>
</tr>
</table>
</form>
</section>
<footer>
<p>Prototype by
<div>
<a href="https://www.renuo.ch/"><img src="img/logo_renuo.png" style="margin-top: -7px;"></a>
</div>
</p>
<p>
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a>
</small>
</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>