starbase-81/index.html
Jordan Roher 4b5c3f772b Removed Vite and most packages
Got basic static script working
2023-12-16 13:00:29 -08:00

13 lines
338 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>My Website</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="root"><p>Hello, world!</p></div>
</body>
</html>