diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-07 10:15:50 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 824b1acf5481fd728d02eb375d1c9e29d2be9f9b (patch) | |
| tree | 3f9a9cf87379b87cfd0489167690e757783c0b3a /content/html/resources.html | |
| parent | ac284d28cdcf7a6d56a612d1612995d5eba05cd4 (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; } |
