Initial commit
This commit is contained in:
11
app/views/install/start.html
Normal file
11
app/views/install/start.html
Normal file
@ -0,0 +1,11 @@
|
||||
{installer-nav}
|
||||
<h1>Welcome to The Tempus Project Installer.</h1>
|
||||
<p>This installer will guide you through the process of installing and configuring The Tempus Project. Do not forget to delete this file once you have completed installation.</p>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<form action="" method="post" class="form-horizontal">
|
||||
<input type="hidden" name="token" value="{TOKEN}">
|
||||
<button class="btn btn-lg btn-primary center-block" type="submit" name="submit" value="submit">Begin Installation</button><br>
|
||||
</form>
|
Reference in New Issue
Block a user