Add index

This commit is contained in:
Riviera Taylor 2024-10-05 11:32:33 +00:00
parent 18c10e1d4e
commit ba840e102a

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HELLO</title>
</head>
<body>
<div id="app"></div>
<h1> This is a headline </h1>
</body>
</html>