-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 925 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<style id="app-static-style"></style>
<style id="app-style"></style>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/634c1954cc.js" crossorigin="anonymous"></script>
<title>Color Noter</title>
<link rel="icon" href="./src/assets/color-noter.png" />
</head>
<body>
<div id="app"></div>
<script src="./recursive-js/Recursive.cdn.js" type="module"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-firestore.js"></script>
<script src="index.js" type="module"></script>
</body>
</html>