1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-02 19:17:45 +00:00
kawari/templates/web.html

15 lines
No EOL
220 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FFXIV</title>
</head>
<body>
<p>Welcome to Final Fantasy XIV!</p>
<a href="/login">Login</a>
<a href="/register">Signup</a>
</body>
</html>