2021-09-15 22:21:21 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="refresh" content="3">
|
|
|
|
|
<title>HAL is initializing...</title>
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
2023-01-10 03:08:17 +01:00
|
|
|
<link href="/css/lib/bootstrap.min.css" rel="stylesheet">
|
2023-01-05 22:24:47 +01:00
|
|
|
<link href="/css/hal.css" rel="stylesheet">
|
2021-09-15 22:21:21 +02:00
|
|
|
</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>
|