summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-04 03:03:43 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-04 03:03:43 +0200
commit66eb8439675ff7042e5a19fe57f77ec9e3772bf9 (patch)
tree2b6f70d3bb2a255693fbd44794a1ee1342cb249f /web
parenta87ff033cb48b72264cddcdee8cd3d9cd7e88cbb (diff)
properly add head and body sections
Diffstat (limited to 'web')
-rw-r--r--web/demosites.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/demosites.html b/web/demosites.html
index 6946848b5a..6ef6666114 100644
--- a/web/demosites.html
+++ b/web/demosites.html
@@ -1,5 +1,6 @@
<!doctype html>
<html lang=en-us>
+<head>
<meta charset=utf-8>
<title>NetData - Real-time performance monitoring, done right!</title>
<meta name=author content="Costa Tsaousis">
@@ -587,7 +588,8 @@ p {
</style>
-
+</head>
+<body>
<div class=container>
<div class="site-header clearfix" role=banner>
<div class=site-logo>my-netdata.io</div>
@@ -1033,6 +1035,7 @@ p {
Thank you! You are awesome!
<p>
</div>
+</body>
<script>
if(window.location.hostname != 'my-netdata.io' || window.location.protocol != 'http:') {