blob: a2ef7dd290eb8a44bc908e0e2c7c9cdd6786cef1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html>
<head>
<style type="text/css">@import "frame.css";</style>
</head>
<body>
<div id="mainContainer">
<!--#exec cmd="/data/srv/httpd/htdocs/count.py" -->
</div>
<!--
<div id="netContainer">
<img src="/xymon/gifs/network.png" class="center">
</div>
-->
<div id="footer">
<p>Thank you for choosing LinHES!</p>
</div>
</body>
</html>
|