-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 1.39 KB
/
Copy pathindex.html
File metadata and controls
28 lines (23 loc) · 1.39 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>brainTrain's Lackluster Laboratory</title>
<link rel="shortcut icon" type="image/x-icon" href="/media/img/favicon.ico" />
<link type="text/css" rel="stylesheet" href="/media/css/screen.css">
<!--<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>-->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular-route.min.js"></script>
<script type="text/javascript" src="/media/js/app.js"></script>
<script type="text/javascript" src="/media/js/controllers.js"></script>
<script type="text/javascript" src="/media/js/services.js"></script>
<script type="text/javascript" src="/media/js/lib/loggly.tracker.js" async></script>
</head>
<body ng-app="brainTrainProjects">
<h1 class="page-title">brainTrain's Lackluster Laboratory</h1>
<h2 class="page-title">(An angularjs powered static portfolio site)</h2>
<p class="location portfolio-source">github: <a href="https://github.com/brainTrain/braintrain.github.com" target="_blank">view this portfolio's source!</a></p>
<div class="portfolio-content">
<ng-view></ng-view>
</div>
</body>
</html>