sintonia/airtime_mvc/build/airtime-setup/setup-config.php

18 lines
701 B
PHP

<?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>