-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 3.32 KB
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://s3.ap-northeast-2.amazonaws.com/tenant-demo.settlus.io/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tenant Demo</title>
</head>
<body>
<div id="container">
<div id="root"></div>
<!-- <footer>
<div>
<svg width="40" height="50" viewBox="0 0 22 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4642 1.45658L16.3852 6.68291L16.3832 6.68486L18.1804 6.36817L17.9433 5.01787L18.3921 4.93821L18.9789 6.22634L20.8071 5.90382L19.9212 4.22712C20.2398 3.85797 20.3564 3.33923 20.2262 2.60482C19.9503 1.03692 19.1576 0.80572 17.648 1.07189L15.4642 1.45658ZM18.126 3.51214L17.6849 3.58986V3.5918L17.5042 2.56985L17.8987 2.49991C18.194 2.44745 18.3552 2.59511 18.4135 2.92345C18.4718 3.24985 18.3824 3.46746 18.126 3.51214ZM10.7393 2.28814L11.6602 7.51641L16.0822 6.73538L15.8276 5.29182L13.2028 5.75617L13.1212 5.28794L15.3439 4.89548L15.0913 3.46746L12.8686 3.85993L12.7909 3.41501L15.4158 2.9526L15.1612 1.50905L10.7393 2.28814ZM0.24376 6.83445C0.517705 8.3868 2.00206 9.42624 3.55442 9.1523C5.10677 8.87835 6.14621 7.39399 5.87227 5.84164C5.59832 4.28928 4.11397 3.24984 2.56161 3.52379C1.00925 3.79773 -0.0301853 5.28209 0.24376 6.83445ZM2.07006 6.51193C1.97486 5.96793 2.34012 5.44529 2.88413 5.35009C3.42813 5.25489 3.95076 5.62015 4.04597 6.16416C4.14117 6.70816 3.77591 7.22885 3.2319 7.32599C2.6879 7.42119 2.16721 7.05594 2.07006 6.51193ZM17.3761 12.3114L16.4552 7.08509L20.8772 6.306L21.1317 7.74761L18.5069 8.21196L18.5846 8.65494L20.8092 8.26442L21.0598 9.69049L18.8372 10.0829L18.9188 10.5512L21.5455 10.0888L21.8 11.5323L17.3761 12.3114ZM1.37842 9.74294L2.29934 14.9693H2.30128L4.82702 14.5244C6.67469 14.198 7.15847 13.1313 6.8515 11.3924C6.54452 9.65357 5.67411 8.98522 3.8245 9.31162L1.37842 9.74294ZM4.40542 13.0769L3.84781 13.176L3.44564 10.899L4.00324 10.7999C4.71822 10.6736 4.86394 10.9942 4.99216 11.7188C5.12622 12.4824 5.15925 12.9448 4.40542 13.0769ZM12.653 13.1449L11.7321 7.91859L13.9158 7.5339C15.4255 7.26773 16.2182 7.49893 16.494 9.06683C16.6242 9.80123 16.5076 10.32 16.189 10.6891L17.075 12.3658L15.2467 12.6883L14.66 11.4002L14.2112 11.4799L14.4482 12.8302L12.651 13.1469L12.653 13.1449ZM13.9528 10.0519L14.3938 9.97415C14.6503 9.92946 14.7396 9.71186 14.6813 9.38546C14.6231 9.05711 14.4618 8.90945 14.1665 8.96191L13.7721 9.03185L13.9528 10.0538V10.0519ZM8.6021 2.66505L8.49524 6.61685L7.04391 2.94093L5.20984 3.26345L7.19934 8.30133L8.45638 8.07984L9.03342 7.97881L10.2905 7.75732L10.4381 2.34253L8.6021 2.66505ZM9.06447 9.84397L8.95955 13.7958L7.12354 14.1183L7.27119 8.70351L8.52823 8.48202L9.10527 8.38099L10.3623 8.1595L12.3518 13.1974L10.5177 13.5218L9.06447 9.84397Z" fill="#A0ABC0"/>
</svg>
</div>
<div id="text">
<p>@ OVERDARE. All rights reserved.</p>
<ul>
<li><a href="https://privacy.overdare.com/" target='_blank'>Pivacy Policy</a></li>
<li><a href="https://termsofservice.overdare.com/" target='_blank'>Terms & Conditions</a></li>
</ul>
</div>
</footer> -->
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>