-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.5 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
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" id="mvp" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Brook - Five steps</title>
<link href="css/brook_steps_main.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/utils.js"></script>
<script src="js/component.js"></script>
<script src="js/input_list.js"></script>
<script src="js/input_numeric.js"></script>
<script src="js/app.main.js"></script>
</head>
<body>
<div id = "main">
<div id = "header"></div>
<div id = "nav"></div>
<div id = "topic"></div>
<div id = "example"></div>
</div>
<script>
/* (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-889099-4', 'auto');
ga('create', 'UA-57856856-1', 'auto', {'name': 'newBrookTracker'});
ga('send', 'pageview');
ga('newBrookTracker.send', 'pageview');*/
</script>
</body>
</html>