apach-neocities/public/index.html

13 lines
324 B
HTML
Raw Normal View History

2024-07-18 21:50:12 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apache's neocities home! :3</title>
2024-07-18 21:54:54 +00:00
<link href="./style.css" rel="stylesheet" type="text/css" media="all">
2024-07-18 21:50:12 +00:00
</head>
<body>
<h1>Hi! I'm under construction :33</h1>
</body>
</html>