HTML 4.01 Strict DTD compliance.
[web-old.git] / templates / header.html
index 11f684fbf6e36c180765f0a9f609bc7a3243b9f0..2dc6e0c146c3cc1d743af001a0538328425c79cb 100644 (file)
@@ -1 +1,13 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>$TITLE</title><style>body,html{background:#000;color:#fff;font-family:monospace;}.cern-blue{color:#397ef6;}a,a:visited{color:#fff;}p{margin:0;padding:0}#post p{margin:12px 0;margin:revert;}#post{max-width:1024px;}code{border:1px solid #00ff00;border-radius:5px;color:#00ffff;}</style></head><body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta property="og:title" content="$TITLE">
+<meta property="og:description" content="$DESCRIPTION">
+$OG_IMAGE
+<title>$TITLE</title>
+<style type="text/css">body,html{background:#000;color:#fff;font-family:monospace;}.cern-blue{color:#397ef6;}a,a:visited{color:#fff;}p{margin:0;padding:0}#post p{margin:12px 0;margin:revert;}#post{max-width:1024px;}code{border:1px solid #00ff00;border-radius:5px;color:#00ffff;}</style>
+</head>
+<body>