1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-23 23:57:46 +00:00
kawari/templates/web.html

16 lines
260 B
HTML
Raw Normal View History

<!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>
2024-06-29 14:14:07 -04:00
<a href="/worldstatus">World Status</a>
</body>
</html>