-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 922 Bytes
/
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" data-critters-container>
<head>
<meta charset="utf-8">
<title>ToDoList</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 20px
}
body {
background-color: #e8e8e8
}
</style>
<link rel="stylesheet" href="styles.db4856d80bcfa69a.css" media="print" onload="this.media='all'"><noscript>
<link rel="stylesheet" href="styles.db4856d80bcfa69a.css">
</noscript>
</head>
<body>
<app-root></app-root>
<script src="runtime.dc25008ab6e40219.js" type="module"></script>
<script src="polyfills.9c3bd9e2af60da16.js" type="module"></script>
<script src="main.2ecf03f0b30e9e08.js" type="module"></script>
</body>
</html>