summaryrefslogtreecommitdiff
path: root/header.html.part
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-07 21:37:52 +0100
committerPaul Buetow <paul@buetow.org>2021-05-07 21:37:52 +0100
commit41d3ad261f3b524e111c18b154bc61a580706fb5 (patch)
tree41065c7618a79a5e9084d4536d8e3b6e20a7ce04 /header.html.part
parentfa48d143323c68dbc34007e559adc0644e011fe7 (diff)
parent304031453e562ebb6b3de28ff771068348519e0f (diff)
Merge branch 'master' into draft
Diffstat (limited to 'header.html.part')
-rw-r--r--header.html.part8
1 files changed, 4 insertions, 4 deletions
diff --git a/header.html.part b/header.html.part
index ce0a9458..d7cafb4c 100644
--- a/header.html.part
+++ b/header.html.part
@@ -1,10 +1,10 @@
-<!DOCTYPE html>
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Having fun with computers!</title>
-<meta charset='utf-8'>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style>
+<style type="text/css">
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
pre { color: #ecbe7b; }