barebones html

This commit is contained in:
2025-11-17 22:31:32 +00:00
parent ff32c4fa8e
commit 68e8cdeed1

View File

@@ -1,3 +1,12 @@
<h1>
Hello
</h1>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AF</title>
</head>
<body>
<h1>Welcome to my website</h1>
<p>Stay here please...</p>
</body>
</html>