-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
31 lines (29 loc) · 1.42 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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="dist/angular-typewrite.css">
<link rel="stylesheet" href="styles/main.6958d3ff.css">
<body ng-app="angularJsTypewriteSiteApp">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="container">
<div ng-include="'views/main.html'" ng-controller="MainCtrl"></div>
<div class="footer">
<p>Made with some free time by <a target="_blank" href="http://www.github.com/antoniocapelo">@antoniocapelo</a></p>
</div>
</div>
<!--[if lt IE 9]>
<script src="scripts/oldieshim.a466b7b1.js"></script>
<![endif]-->
<script src="bower_components/angular/angular.min.js"></script>
<script src="dist/angular-typewrite.js"></script>
<script src="scripts/scripts.js"></script>
</body>
</html>