mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
5a56941a89
Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
12 lines
233 B
HTML
12 lines
233 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite App</title>
|
|
</head>
|
|
<body>
|
|
<!--app-html-->
|
|
</body>
|
|
</html>
|