remove redundant index.html
This commit is contained in:
parent
87fa3245e7
commit
ec5c4f24db
1 changed files with 0 additions and 13 deletions
13
index.html
13
index.html
|
@ -1,13 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<link rel="icon" type="image/svg+xml" href="src/favicon.svg" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<title>Vite App</title>
|
|
||||||
</head>
|
|
||||||
<body preact-app>
|
|
||||||
<div id="root"></div>
|
|
||||||
<script type="module" src="/@vit-app"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Reference in a new issue