1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 10:16:24 -07:00
gochan/html/firstrun.html
2018-06-20 17:38:13 -07:00

11 lines
No EOL
522 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>gochan</title>
</head>
<body>
Welcome to gochan! The front page hasn't been created yet, so you will need to log in and build it. You can do so <a href="/manage?action=rebuildall">here</a>. The default username is "admin", and the default password is "password". For security reasons, you should probably change that befor you go public.<br />
Next, you should create a board, which you can do <a href="/manage?action=boards">here</a>.<br />
Thank you for using gochan.
</body>
</html>