25 lines
787 B
HTML
25 lines
787 B
HTML
|
<!DOCTYPE html>
|
||
|
<html ng-app="haunt">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
|
||
|
<link rel="icon" href="/assets/img/logo.png"><!-- bower:css -->
|
||
|
<!-- endinject -->
|
||
|
<!-- inject:css -->
|
||
|
<link rel="stylesheet" href="/assets/css/app.css">
|
||
|
<!-- endinject -->
|
||
|
<title>Haunt</title>
|
||
|
</head>
|
||
|
|
||
|
<body ui-view layout="row" layout-align="start stretch"><!-- bower:js -->
|
||
|
<!-- endinject -->
|
||
|
<!-- inject:js -->
|
||
|
<script src="/assets/js/all.min.js"></script>
|
||
|
<!-- endinject -->
|
||
|
</body>
|
||
|
|
||
|
</html>
|