forked from b-coimbra/dawn
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 1006 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (21 loc) · 1006 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="Bruno Coimbra (https://github.com/b-coimbra)">
<link rel="stylesheet" type="text/css" href="src/css/awoo.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:200|Roboto:100,400,700|Raleway:600" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/monzanifabio/cryptofont/cryptofont.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css">
<link href="src/css/style.css" rel="stylesheet" type="text/css">
<title>~</title>
</head>
<body>
<modal-popup></modal-popup>
<tabs-list></tabs-list>
<todo-list class="|" id="todo"></todo-list>
<script src="src/init.js" type="text/javascript"></script>
</body>
</html>