Last active
August 29, 2015 14:01
-
-
Save camshaft/76155192945eb0c0ea36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title ng-bind="$root.title"></title> | |
<meta name="description" content="An interview tool"> | |
<meta name="author" content=""> | |
<noscript> | |
<meta http-equiv="refresh" content="0; url=noscript"> | |
</noscript> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> | |
<base target="_self" href="http://localhost:5000/"> | |
<style>.ng-cloak{display:none};</style> | |
<link href="/build/style.css" rel="stylesheet"> | |
<script src="/build/script.js"></script> | |
</head> | |
<body> | |
<div data-ng-controller="HyperController"> | |
<header data-ng-include src="'/partials/header.jade'"></header> | |
<div class="main-container"> | |
<nav data-ng-include src="'/partials/sidenav.jade'" class="side"></nav> | |
<main data-ng-view=""></main> | |
</div> | |
<footer data-ng-include src="'/partials/footer.jade'"></footer><!--[if IE]> | |
<style> | |
.kill-ie { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f5ed', endColorstr='#e8e5db',GradientType=0); } | |
.kill-ie:first-letter { text-transform: uppercase; } | |
</style> | |
<div class="kill-ie">die</div><![endif]>--> | |
</div> | |
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/ace.js"></script> | |
<script>$script('/build/require.js', function() { $script(["/build/vendor.js","/build/app.js"], 'hire'); });</script> | |
<script>$script.ready('hire', function() { require('hire').start({"BROWSER_ENV":"development","API_URL":"/api"}); });</script> | |
<script>$script('http://localhost:5000/livereload.js?snipver=1');</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment