-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.01 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
<!doc-type html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,800,600,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="back"></div>
<div class="container">
<section class="column1" id="phone">
<img src="img/phone.png" width="100%">
</section>
<section class="column2">
<section>
<h1 class="title">Hpa</h1>
<p class="sub-title">The simplest yet most beautiful crowdsourcing weather app period<p>
</section>
<section class="download"> <!-- download logo -->
</section>
<section>
<h2>Version 1.0</h2>
<p></p>
</section>
</section>
</div>
</body>
</html>