Added startup page

This commit is contained in:
Ziver Koc 2021-09-15 22:21:21 +02:00
parent bfd895112d
commit d7605da60f
6 changed files with 66 additions and 3 deletions

View file

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

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