forked from xjackk/TwitchTVExpose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexdev.html
25 lines (25 loc) · 1.04 KB
/
indexdev.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 lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Twitch-TV Expose</title>
<meta name="description" content="Single Page Application Backbone Marionette RequireJS">
<meta name="author" content="Jack Killilea">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" media=screen>
<link href="css/main.css" rel="stylesheet" media=screen>
</head>
<body>
<div id="wrap">
<div id="header-region"></div>
<div id="main-region" class="container"></div>
</div>
<div id="footer-region"></div>
<script data-main="js/main" src="bower_components/requirejs/require.js" type="text/javascript"></script>
</body>
</html>