-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.2 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>
<html lang="en-US" data-ng-app="Rapier">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>r/APIER</title>
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="stylesheet" href="http://necolas.github.io/normalize.css/2.1.3/normalize.css">
<link rel="stylesheet" href="./css/style.css">
<link href='http://fonts.googleapis.com/css?family=Viga|Roboto+Condensed:400,700,300' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
<header class="section ctr">
<div class="img-wrapper">
<img class="rapier" src="./img/rapier.png" alt="">
</div>
<h1 class="app-title">r/<span class="color">API</span>ER.</h1>
<h2 class="subtitle">Slice through subreddit search results</h2>
<br class="clear">
</header>
<div class="results" data-ng-view=""></div>
</div>
<script src="./js/app.js" type="text/javascript"></script>
<script src="./js/config.js" type="text/javascript"></script>
<script src="./js/controller.js" type="text/javascript"></script>
<script src="./js/factory.js" type="text/javascript"></script>
</body>
</html>