-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (18 loc) · 904 Bytes
/
index.html
File metadata and controls
23 lines (18 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html ng-app="project">
<head>
<link rel="stylesheet" href="css/bootstrap.css">
<link href="https://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.5/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.5/angular-resource.min.js">
</script>
<script src="project.js"></script>
<script src="mongolab.js"></script>
</head>
<body>
<h1>Lista de Asistentes - SW Bootcamp <span>23/03/2013</span></h1>
<h6>Esta página corre en <a href="http://drive.google.com">Google Drive</a>, usando <a href="http://angularjs.org">AngularJS</a>, <a href="https://www.google.com/fonts">Google Fonts</a> y <a href="https://mongolab.com/">Mongolab</a>.</h6>
<div ng-view></div>
</body>
</html>