changed file
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 17s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 17s
This commit is contained in:
parent
edc237e788
commit
9a3364f51e
19 changed files with 1909 additions and 59 deletions
13
index.html
Normal file
13
index.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React + TS</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue