mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
33 lines
1.0 KiB
HTML
33 lines
1.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Frontend</title>
|
|
|
|
<style type="text/css">
|
|
#loading-overlay {
|
|
text-align: center;
|
|
position: absolute;
|
|
display: block;
|
|
top: 50%;
|
|
left: 43%;
|
|
}
|
|
</style>
|
|
<p class="loader">
|
|
<img src="app/resources/loading.png" alt="Please wait..." height="31" width="248" id="loading-overlay">
|
|
</p>
|
|
|
|
<link rel="stylesheet" type="text/css" href="lib/ext-4.2.0.663/ext-theme-gray-all.css" />
|
|
<link rel="stylesheet" type="text/css" href="app/resources/application.css" />
|
|
<script type="text/javascript" src="lib/ext-4.2.0.663/ext-all.js"></script>
|
|
<script type="text/javascript" src="app/userconfig.js"></script>
|
|
<script type="text/javascript" src="app/filelogcharts.js"></script>
|
|
<script type="text/javascript" src="app/app.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|