-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
29 lines (23 loc) · 905 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>A Viewport That Works: Working Example</title>
<meta name="description" content="A working example of A Viewport That Works">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="A Viewport That Works">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="A working example of A Viewport That Works">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/viewport-fix.css">
</head>
<body>
<div id="viewport"></div>
<script src="js/viewport-fix.js"></script>
<script>new VVP()</script>
<!-- To use this HTML file in a real project, remove these lines. -->
<link rel="stylesheet" href="css/demo.css">
<script src="js/demo.js"></script>
</body>
</html>