Added startup page
This commit is contained in:
parent
bfd895112d
commit
d7605da60f
6 changed files with 66 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<div class="navbar-header">
|
||||
<!-- Title and Icon -->
|
||||
<a class="navbar-brand" href="/">
|
||||
<span class="glyphicon glyphicon-record" style="color:red"></span>
|
||||
<span class="glyphicon glyphicon-record" style="color: red; top: 15px;"></span>
|
||||
<b>HAL</b>
|
||||
</a>
|
||||
<!-- Hamburger button for smaller screens -->
|
||||
|
|
|
|||
25
hal-core/resource/resource/web/startup.tmpl
Normal file
25
hal-core/resource/resource/web/startup.tmpl
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="3">
|
||||
<title>HAL is initializing...</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/hal.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center" style="margin-top: 10%;">
|
||||
<span style="font-size: 8em">
|
||||
<span class="glyphicon glyphicon-record" style="color:red; top: 15px;"></span>
|
||||
<b>HAL</b>
|
||||
</span>
|
||||
<span style="font-size: 2em">is initializing...</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue