2025-05-08 23:22:17 -05:00

14 lines
407 B
Lua

http.set_content_type("text/html")
return [[
<html>
<head>
<title>Dragon Knight Installation</title>
</head>
<body>
<b>Dragon Knight Installation: Page One</b><br><br>
Installation for Dragon Knight is a simple two-step process: set up the database tables, then create the admin user. After that, you're done.<br><br>
<a href="install.php?page=2"><button>Install</button></a>
</body>
</html>
]]