diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-07 10:15:50 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-07 10:15:50 +0100 |
| commit | cd15fe1606df4ef2659d59271a01560549e13f69 (patch) | |
| tree | b940f3265897e30449b550c1b419439dfb3e0029 /content/html/resources.html | |
| parent | 977b05697c21b4c16642cd46847304c806bb78b0 (diff) | |
all HTML files are now XHTML 1.0 Transitional
Diffstat (limited to 'content/html/resources.html')
| -rw-r--r-- | content/html/resources.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/html/resources.html b/content/html/resources.html index a0e939be..3b8a6d66 100644 --- a/content/html/resources.html +++ b/content/html/resources.html @@ -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; } |
