forked from luizfar/firedeaz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.11 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
<html ng-app="fireideaz" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Distributed</title>
<meta name="author" content="Distributed" />
<meta name="description" content="Distributed" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Distributed" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/vendor.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script src="vendor.js"></script>
<script src="main.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body ng-controller="MainCtrl">
<div page-header></div>
<nav menu></nav>
<board-context></board-context>
<main-page></main-page>
<main main-content></main>
<sidebar></sidebar>
<spinner></spinner>
<dialogs></dialogs>
</body>
</html>