Files
sune/docs/index.html
2025-08-13 16:06:17 -07:00

12 lines
241 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello World</title>
</head>
<body>
<h1>Hello world</h1>
</body>
</html>