v1.0 - initial version
This commit is contained in:
commit
a1e8bef389
15 changed files with 2031 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html lang="<!-- site:lang -->">
|
||||
<head>
|
||||
<!-- site:head-start -->
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title><!-- site:title --></title>
|
||||
<!-- site:head-end -->
|
||||
</head>
|
||||
<body>
|
||||
<!-- site:body-start -->
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
<!-- site:body-end -->
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue