15 lines
380 B
Lua

http.set_content_type("text/html")
return [[
<html>
<head>
<title>Dragon Knight Installation</title>
</head>
<body>
<h1>Dragon Knight Installation</h1>
<p>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.</p>
<a href="/install/second"><button>Install</button></a>
</body>
</html>
]]