-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 932 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
<!DOCTYPE html>
<html>
<head>
<link href="./index.css" rel="stylesheet">
</head>
<body style="width: 100vw;">
<div>
<div style="height: 100vh;width:100vw;"></div>
<svg width="200" class="svg" height="200" viewBox="0 0 89 77" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="helo" d="M0.897461 0L89 39L0.897461 77L65 39L0.897461 0Z" fill="#0EDA3B"/>
</svg>
</div>
<!-- <svg
width="69"
height="23"
viewBox="0 0 400 400"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
id="loading_path"
d="M69 0C69 7.51208 68.4989 15.0173 67.4995 22.475L0.820335 15.1824C1.49547 10.1446 1.83395 5.07461 1.83395 0H69Z"
fill="#F4A261"
/>
</svg> -->
<script src="./index.mjs" type="module"></script>
</body>
</html>