First commit
Some checks failed
Upload Website / deploy (push) Failing after 5m2s

This commit is contained in:
2026-07-31 22:07:27 -05:00
parent b49cafd39a
commit ee19790c2d
2 changed files with 34 additions and 0 deletions

11
src/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hi</title>
</head>
<body>
<h1>Hello, world</h1>
</body>
</html>