-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.43 KB
/
index.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
35
36
37
38
39
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Monitoring is essential piece of technology art. We can monitor servers, performance, applications, storages, users, ...." />
<meta name="keywords" content="monitoring, server, platform, application, performance, user, storage" />
<title>Monitoring Artist - piece of monitoring art for everyone</title>
<link rel="shortcut icon" href="./favicon.ico">
<link rel="icon" href="./favicon.png">
<link rel="stylesheet" href="style.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61806940-1', 'auto');
ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3816527838626497",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="coming-soon">
<a href="http://www.monitoringartist.com" id="logo"></a>
<p style="font-size: 120%; max-witdh:90%">
</p>
<p> </p>
<p style="font-size: 180%">
</p>
</div>
</body>
</html>