appwrite/tests/resources/sites/static-spa/index.html

11 lines
209 B
HTML
Raw Normal View History

2025-02-06 13:22:35 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<h1>Index page</h1>
</body>
</html>