litebans-php/error/unconfigured.php

29 lines
867 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>litebans-php - Unconfigured</title>
<link href="../inc/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="jumbotron">
<h2>Unconfigured</h2><br>
<div class="text-success">
Welcome to the LiteBans web interface!
<br>
To get started, edit <a class="text-warning">inc/settings.php</a> and fill in your database information.
<br>
After configuration has been completed, click <a class="text-warning">"Continue"</a>.
<br>
</div>
<br>
<a href="../" class="btn btn-default">Continue</a>
</div>
</div>
</body>
</html>