-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
38 lines (25 loc) · 901 Bytes
/
index2.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
34
35
36
37
38
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Stylesheets [BEGIN] -->
<link rel="stylesheet" href="lib/bootstrap-2.3.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="lib/font-awesome-3.2.1/css/font-awesome.min.css" />
<link rel="stylesheet" href="lib/animate/animate.min.css" />
<!-- Stylesheets [END] -->
<!-- Scripts [BEGIN] -->
<script src="lib/jquery-2.0.3/jquery.min.js"></script>
<script src="lib/bootstrap-2.3.2/js/bootstrap.min.js"></script>
<!-- Scripts [END] -->
<script src="http://code.angularjs.org/1.1.5/angular.js"></script>
<script src="js/App2.js"></script>
<!-- Controllers [BEGIN] -->
<!-- Controllers [END] -->
</head>
<body>
<div ng-app="App2">
<h1>Table with more awesomeness</h1>
<div class="awesomeGrid"></div>
</div>
</body>
</html>