-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (20 loc) · 1.35 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
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Junto</title>
<meta name="viewport" content="width=1024, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- startup images, icon images and favicons-->
<link rel="apple-touch-startup-image" href="http://periodic.famo.us/content/app/background-startup-landscape.jpg" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)">
<link rel="apple-touch-startup-image" href="http://periodic.famo.us/content/app/background-startup-portrait.jpg" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)">
<link rel="apple-touch-icon-precomposed" href="http://periodic.famo.us/content/app/icon.png">
<link rel="icon" href="http://periodic.famo.us/favicon.ico" type="image/png">
<link rel="stylesheet" type="text/css" href="css/junto.css" />
<script src="js/junto.js"></script>
<script src="js/start.js"></script>
</head>
<body id="body">
<div id="main" class="container"></div>
<div id="overlay" class="container"></div>
</body>
</html>