Merge pull request #3 from halcyondude/master

Add <html></html> to index and generated output
This commit is contained in:
Gasparina Damien 2016-11-08 10:21:28 +00:00 committed by GitHub
commit 8a37519e61
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
##
## pregeneratehtml.sh
## generate_page.sh
##
## Made by gaspar_d
## Login <d.gasparina@gmail.com>
@ -45,6 +45,7 @@ main() {
done
echo "</body>"
echo "</html>"
}

View File

@ -1,3 +1,4 @@
<html>
<head>
<title>dstat</title>
<link rel="stylesheet" type="text/css" href="css/nv.d3.min.css" />
@ -83,3 +84,4 @@
</div>
</body>
</html>