-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 889 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" href="https://michelssalves.github.io/appToDoList/favicon.ico" />
<title>to-do-list</title>
<script defer="defer" src="https://michelssalves.github.io/appToDoList/js/chunk-vendors.cdbb8a14.js"></script>
<script defer="defer" src="https://michelssalves.github.io/appToDoList/js/app.e5e8cd91.js"></script>
<link href="https://michelssalves.github.io/appToDoList/css/app.2290b69c.css" rel="stylesheet" />
</head>
<body>
<noscript
><strong
>We're sorry but to-do-list doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
></noscript
>
<div id="app"></div>
</body>
</html>