diff options
Diffstat (limited to 'content/html/contact-information.html')
| -rw-r--r-- | content/html/contact-information.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/html/contact-information.html b/content/html/contact-information.html index 8ba376ed..20bbec62 100644 --- a/content/html/contact-information.html +++ b/content/html/contact-information.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; } |
