summaryrefslogtreecommitdiff
path: root/share/templates/default/header.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/templates/default/header.tmpl')
-rw-r--r--share/templates/default/header.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl
index 37c3559..4ba159e 100644
--- a/share/templates/default/header.tmpl
+++ b/share/templates/default/header.tmpl
@@ -1,9 +1,11 @@
cat <<END
-<html>
+<!DOCTYPE html>
+<html lang="en">
<head>
+ <meta charset="utf-8">
<title>${render_title_html}</title>
<link rel="icon" href="${render_backhref_html}/favicon.ico" type="image/x-icon">
- <style type="text/css">
+ <style>
body {
background-color: #000000;
color: #ffffff;
@@ -36,7 +38,7 @@ cat <<END
border: 3px solid #ffffff;
padding: 3px;
max-width: 400px;
- margin: 2 auto;
+ margin: 2px auto;
}
div.details-panel {