Merge pull request #3 from halcyondude/master
Add <html></html> to index and generated output
This commit is contained in:
commit
8a37519e61
@ -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>"
|
||||
}
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user