More work on new installer
This commit is contained in:
parent
0b77222013
commit
8f46b4dca7
8 changed files with 279 additions and 152 deletions
|
@ -1,2 +1,18 @@
|
|||
<?php
|
||||
|
||||
?>
|
||||
|
||||
<html style="background-color:black;color:white;">
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap-3.3.1.min.css">
|
||||
</head>
|
||||
<body style="padding: 2em 0; min-width: 400px; width: 30%; text-align: center; margin: 3em auto;">
|
||||
<img src="css/images/airtime_logo_jp.png" style="margin-bottom: .5em;" /><br/>
|
||||
<form>
|
||||
<h2>Database Settings</h2>
|
||||
<input type="text" placeholder="Username"/>
|
||||
<input type="password" placeholder="Password"/>
|
||||
<input type="text" placeholder="Name"/>
|
||||
<input type="text" placeholder="Host" value="localhost"/>
|
||||
<input type="submit" />
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue