diff options
author | Joe <rrbo@proton.me> | 2022-10-20 14:43:53 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-10-20 14:43:53 +0200 |
commit | f561a9c5fce272049105291f61b8620bc174ed27 (patch) | |
tree | 4464b0ac319a57b5be8fafbc086137f130fa1186 | |
parent | w3c test (diff) | |
download | joe-www-f561a9c5fce272049105291f61b8620bc174ed27.tar.gz joe-www-f561a9c5fce272049105291f61b8620bc174ed27.tar.bz2 joe-www-f561a9c5fce272049105291f61b8620bc174ed27.tar.xz joe-www-f561a9c5fce272049105291f61b8620bc174ed27.tar.zst joe-www-f561a9c5fce272049105291f61b8620bc174ed27.zip |
doctypes
-rw-r--r-- | err/403.html | 1 | ||||
-rw-r--r-- | err/404.html | 1 | ||||
-rw-r--r-- | files.html | 1 | ||||
-rw-r--r-- | inc/classic-contents.html | 2 | ||||
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | license.html | 1 | ||||
-rw-r--r-- | links.html | 1 | ||||
-rw-r--r-- | projects.html | 1 | ||||
-rw-r--r-- | projects/lowbat.html | 1 | ||||
-rw-r--r-- | test.html | 1 | ||||
-rw-r--r-- | thoughts.html | 1 | ||||
-rw-r--r-- | using.html | 1 |
12 files changed, 14 insertions, 1 deletions
diff --git a/err/403.html b/err/403.html index 516a3b4..908a583 100644 --- a/err/403.html +++ b/err/403.html @@ -18,6 +18,7 @@ * The 403 error page --> +<!DOCTYPE html> <html> <head> <title>Joe's 403</title> diff --git a/err/404.html b/err/404.html index 969591b..bce0d36 100644 --- a/err/404.html +++ b/err/404.html @@ -18,6 +18,7 @@ * The 404 error page --> +<!DOCTYPE html> <html> <head> <title>Joe's 404</title> @@ -18,6 +18,7 @@ * The cool files --> +<!DOCTYPE html> <html> <head> <title>Joe's files</title> diff --git a/inc/classic-contents.html b/inc/classic-contents.html index 274efdd..0a95ad8 100644 --- a/inc/classic-contents.html +++ b/inc/classic-contents.html @@ -19,6 +19,7 @@ --> <!-- HEADER --> +<!DOCTYPE html> <html> <head> <title>Joe's</title> @@ -36,6 +37,7 @@ </header> <!-- BLOAT HEAD --> +<!DOCTYPE html> <html> <head> <title>Joe's</title> @@ -18,6 +18,7 @@ * The home page --> +<!DOCTYPE html> <html> <head> <title>Joe's - Joe's Organic E-Space</title> @@ -41,7 +42,7 @@ <li><a href="using.html">my computing</a></li> <li><a href="thoughts.html">my thoughts</a></li> <li><a href="links.html">links</a></li> - <li style="list-style=none;"><hr></li> + <hr> <li><a href="http://gitjoe.xyz/">GitJoe</a></li> <li><a href="http://fossil.jozanofastora.xyz/">FossilJoe</a></li> </ul> diff --git a/license.html b/license.html index cc97f4c..2784d31 100644 --- a/license.html +++ b/license.html @@ -18,6 +18,7 @@ * The LICENSE display page --> +<!DOCTYPE html> <html> <head> <title>Joe's LICENSE</title> @@ -18,6 +18,7 @@ * The links page --> +<!DOCTYPE html> <html> <head> <title>Joe's links</title> diff --git a/projects.html b/projects.html index c84e265..a5c08a2 100644 --- a/projects.html +++ b/projects.html @@ -16,6 +16,7 @@ * Joe --> +<!DOCTYPE html> <html> <head> <title>Joe's projects</title> diff --git a/projects/lowbat.html b/projects/lowbat.html index 662c13f..2b73d8f 100644 --- a/projects/lowbat.html +++ b/projects/lowbat.html @@ -187,6 +187,7 @@ .org-svg { width: 90%; } /*]]>*/--> </style> +<!DOCTYPE html> <html> <head> <title>Joe's project: lowbat</title> @@ -18,6 +18,7 @@ * The home page --> +<!DOCTYPE html> <html> <head> <title>Joe's - Joe's Organic E-Space</title> diff --git a/thoughts.html b/thoughts.html index 8019324..8ae611b 100644 --- a/thoughts.html +++ b/thoughts.html @@ -18,6 +18,7 @@ * The thoughts page --> +<!DOCTYPE html> <html> <head> <title>Joe's thoughts</title> @@ -18,6 +18,7 @@ * Some of the things I use for computing --> +<!DOCTYPE html> <html> <head> <title>Joe's things I use</title> |