diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:09:10 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:09:10 +0200 |
commit | 63343d44d3b8f6c493de9d25dab8feb1a1992081 (patch) | |
tree | 84f51f5796e0a5c918b33e62e607af069f82ab02 | |
parent | Added meta infos and reworked titles (diff) | |
download | joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.tar.gz joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.tar.bz2 joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.tar.xz joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.tar.zst joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.zip |
h1 rework
Diffstat (limited to '')
-rw-r--r-- | err/403.html | 2 | ||||
-rw-r--r-- | err/404.html | 2 | ||||
-rw-r--r-- | files.html | 2 | ||||
-rw-r--r-- | inc/classic-contents.html | 4 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | license.html | 2 | ||||
-rw-r--r-- | links.html | 2 | ||||
-rw-r--r-- | projects.html | 2 | ||||
-rw-r--r-- | projects/lowbat.html | 2 | ||||
-rw-r--r-- | thoughts.html | 2 | ||||
-rw-r--r-- | using.html | 2 |
11 files changed, 12 insertions, 12 deletions
diff --git a/err/403.html b/err/403.html index a9ca4ec..9a92462 100644 --- a/err/403.html +++ b/err/403.html @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="../index.html">Joe's dev blog - 403</a></h1> + <h1><a href="../index.html">Joe's 403</a></h1> </header> <div class="sidebar"> <ul> diff --git a/err/404.html b/err/404.html index ec110ca..e2dbfdc 100644 --- a/err/404.html +++ b/err/404.html @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="../index.html">Joe's dev blog - 404</a></h1> + <h1><a href="../index.html">Joe's 404</a></h1> </header> <div class="sidebar"> <ul> @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog - files</a></h1> + <h1><a href="index.html">Joe's files</a></h1> </header> <div class="sidebar"> <ul> diff --git a/inc/classic-contents.html b/inc/classic-contents.html index c3b70cd..38fb7ca 100644 --- a/inc/classic-contents.html +++ b/inc/classic-contents.html @@ -32,7 +32,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog -</a></h1> + <h1><a href="index.html">Joe's</a></h1> </header> <!-- BLOAT HEAD --> @@ -50,7 +50,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog -</a></h1> + <h1><a href="index.html">Joe's</a></h1> </header> <!-- SIDEBAR --> @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog - home</a></h1> + <h1><a href="index.html">Joe's - Joe's Organic E-Space</a></h1> </header> <div class="sidebar"> <ul> diff --git a/license.html b/license.html index 322d132..af44103 100644 --- a/license.html +++ b/license.html @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog - LICENSE</a></h1> + <h1><a href="index.html">Joe's LICENSE</a></h1> </header> <div class="sidebar"> <ul> @@ -32,7 +32,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog - links</a></h1> + <h1><a href="index.html">Joe's links</a></h1> </header> <div class="sidebar"> <ul> diff --git a/projects.html b/projects.html index 09fb430..2763a3e 100644 --- a/projects.html +++ b/projects.html @@ -29,7 +29,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog - projects</a></h1> + <h1><a href="index.html">Joe's projects</a></h1> </header> <div class="sidebar"> <ul> diff --git a/projects/lowbat.html b/projects/lowbat.html index fe6f59b..a2070da 100644 --- a/projects/lowbat.html +++ b/projects/lowbat.html @@ -200,7 +200,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="../index.html">Joe's dev blog - project: lowbat</a></h1> + <h1><a href="../index.html">Joe's project: lowbat</a></h1> </header> <div class="sidebar"> <ul> diff --git a/thoughts.html b/thoughts.html index 365f0cd..61a7e4a 100644 --- a/thoughts.html +++ b/thoughts.html @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog - thoughts</a></h1> + <h1><a href="index.html">Joe's thoughts</a></h1> </header> <div class="sidebar"> <ul> @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="index.html">Joe's dev blog - things I use</a></h1> + <h1><a href="index.html">Joe's things I use</a></h1> </header> <div class="sidebar"> <ul> |