add index.html with basic HTML structure

This commit is contained in:
Eduardo Silva
2026-03-18 21:05:19 -03:00
parent a7619e45c0
commit 769620053b

10
docs/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
test
</body>
</html>