mcfly/templates/basic/src/pages/index.html
2026-06-04 13:02:20 +02:00

12 lines
No EOL
330 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WORK IN PROGRESS</title>
</head>
<body>
<h1>WORK IN PROGRESS</h1>
<p>See <a href="https://ayco.io/sh/mcfly">the project repository</a> for more info.</p>
</body>
</html>