-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (25 loc) · 995 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, height=device-height" />
<meta name="HandheldFriendly" content="true" />
<!-- Optional Stuff
The important bits:
- use the CDN (proven to be faster than running off our own AWS)
- be CONSISTENT with the CDN URL (don't use a googlecode and cloudflare URL for the same file)
- use the minified version
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></script>
-->
<link href="css/base.css" rel="stylesheet" type="text/css" />
<title></title>
</head>
<body class="body">
<!--
TODO: add containers in common sizes
unselectable class prevents people from "selecting" by long-pressing
-->
<div class="container unselectable">
</div>
</body>
</html>