-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
34 lines (32 loc) · 1.82 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<script src="/js/jquery-1.7.2.min.js"></script>
<link rel="stylesheet" type="text/css" href="/css/datatables.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Red+Hat+Display&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/menu.css"/>
<script type="text/javascript" src="/js/datatables.min.js"></script>
<script type="text/javascript" src="/js/SimpleTableCellEditor.es6.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
</head>
<body style="overflow: hidden">
<ul id="menu">
<li><div class="logo"><font color="#ff1a1a">RHV</font><font size="4px">2</font>Prometheus</div></li>
<li><a href="/events">Events</a></li>
<li><a href="/metrics_menu">Metrics</a></li>
<li><a href="/thresholds">Thresholds</a></li>
<li><a href="/prom2nagios">Prometheus2Nagios</a></li>
<li><a href="/api_menu">Api</a></li>
<li><a href="/about">About</a></li>
<li style="float:right"><a class="active" href="/logout">Logout</a></li>
</ul>
<div align="center">Created by Mario Parra de Miguel <a href="mailto:[email protected]">[email protected]</a><br><br>
<a href="https://www.linkedin.com/in/marioparram">
<img border="0" alt="Linkedin" src="https://content.linkedin.com/content/dam/me/business/en-us/amp/brand-site/v2/bg/LI-Logo.svg.original.svg" style="max-width:10%;">
</a><br><br>
RHV2Prometheus repo:<br>
<a href="https://github.com/mparram/rhv2prometheus">
<img border="0" alt="Github" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png" style="max-width:10%;">
</a><br>
</div>
</body>
</html>