-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.25 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="icon" type="image/x-icon" href="/src/assets/images/Ecotria.png">
<link rel="stylesheet" href="/src/assets/css/themify-icons.css">
<link rel="stylesheet" href="/src/assets/css/feather.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="/src/assets/css/themify-icons.css">
<link rel="stylesheet" href="/src/assets/css/feather.css">
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="/src/assets/css/style.css">
<link rel="stylesheet" href="/src/assets/css/emoji.css">
<title>Ecotria</title>
</head>
<body class="color-theme-blue mont-font loaded theme-light">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>