-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (56 loc) · 1.57 KB
/
index.html
File metadata and controls
59 lines (56 loc) · 1.57 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="fb:app_id" content="213748019084688">
<meta property="og:url" content="https://gansoi.com/">
<meta property="og:title" content="Gansoi Infrastructure Monitoring">
<meta property="og:description" content="Modern monitoring solution inspired by classical network monitoring software.">
<meta property="og:image" content="https://gansoi.com/opengraph-fb-2.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<title>Gansoi infrastructure monitoring</title>
<style>
body {
background-image: linear-gradient(to bottom, #004076, #00345B);
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0px;
color: #fff;
}
.page {
background-image: url('hexabg.png');
background-position: 50% 0%;
height: auto !important;
min-height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.center {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding: 10px;
max-width: 50%;
}
a {
color: white;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
</style>
</head>
<body>
<div class="page">
<span class="center">
<img src="icon-transparent.svg" width="100%"/>
<h1>Gansoi Infrastructure Monitoring</h1>
<p>Open Source infrastructure monitoring for a modern world.</p>
<a href="https://github.com/gansoi/gansoi"><img src="GitHub-Mark-32px.png" /></a>
</span>
</div>
</body>
</html>