mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
31 lines
757 B
HTML
31 lines
757 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Hyperion WebServer - Error</title>
|
||
|
<!-- Bootstrap Core CSS -->
|
||
|
<link href="/css/bootstrap.css" rel="stylesheet">
|
||
|
|
||
|
<!-- Flags -->
|
||
|
<link href="/css/flag-icon.min.css" rel="stylesheet">
|
||
|
|
||
|
<!-- MetisMenu CSS -->
|
||
|
<link href="/css/metisMenu.css" rel="stylesheet">
|
||
|
|
||
|
<!-- Custom CSS -->
|
||
|
<link href="/css/sb-admin-2.css" rel="stylesheet">
|
||
|
<link href="/css/hyperion.css" rel="stylesheet">
|
||
|
|
||
|
<!-- Custom Fonts -->
|
||
|
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||
|
|
||
|
<style>
|
||
|
body {margin:auto; padding-top:50px; }
|
||
|
#footer { margin-top:10px; font-size:0.5em; }
|
||
|
#page { }
|
||
|
.panel-heading { font-weight:bold; font-size: 1.3em; }
|
||
|
</style>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="page" class="container">
|