Files
website/public/index.html
Hadley Canine 7aa32d6623
All checks were successful
Deploy to neocities / deploy (push) Successful in 9s
Back to root-relative paths, split CSS to new file.
2026-02-19 23:42:17 -06:00

27 lines
715 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Autisticats</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<img src="/img/autisticats-logo.png" alt="Autisticats Logo" class="server-icon">
<h1>Autisticats</h1>
<div class="status-box">
<p><strong></strong></p>
<p>We are currently building a new space for the community. Please bear with us while we set up the infrastructure and get things organized.</p>
<p>Stay tuned for further updates!</p>
</div>
<div class="footer">
Autisticats Community Hub
</div>
</body>
</html>