-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 848 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
<!-- enable full-screen mode -->
<meta name="apple-mobile-web-app-capable" content="yes"/>
<!-- controls the appearance of the status bar in full-screen mode -->
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<title>Index</title>
<style type="text/css" media="screen">
ul {
font-size: 30px;
}
</style>
</head>
<body>
<ul>
<li><a href="mp/index.html">Mobile Patterns (for iPad)</a></li>
<li><a href="search/index.html">Search Prototype (for iPhone)</a></li>
<li><a href="waterfall/index.html">Waterfall layout</a></li>
</ul>
</body>
</html>