aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-08 14:18:48 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-08 14:18:48 +0200
commit503f35af8d158a3ac0efa9ec4bbb50c21590e699 (patch)
tree89dfb10c4b6f6c45f7ede787b6166a7efebfbba7
parentupdate (diff)
downloadjoe-www-503f35af8d158a3ac0efa9ec4bbb50c21590e699.tar.gz
joe-www-503f35af8d158a3ac0efa9ec4bbb50c21590e699.tar.bz2
joe-www-503f35af8d158a3ac0efa9ec4bbb50c21590e699.tar.xz
joe-www-503f35af8d158a3ac0efa9ec4bbb50c21590e699.tar.zst
joe-www-503f35af8d158a3ac0efa9ec4bbb50c21590e699.zip
Fixed broken link
-rw-r--r--index.html2
-rw-r--r--test.html63
2 files changed, 64 insertions, 1 deletions
diff --git a/index.html b/index.html
index b22e0ce..5c19595 100644
--- a/index.html
+++ b/index.html
@@ -84,7 +84,7 @@
</p>
<p>
This counter is being updated by
- <a href="https://gitjoe.xyz/jozan/jozanofastora-scripts/tree/src/cron/counter.sh">this script</a>
+ <a href="https://gitjoe.xyz/jozan/joe-scripts/tree/src/cron/counter.sh">this script</a>
every hour.
</p>
<hr style="height: 1px; border-width: 0; color: gray; background-color: gray;">
diff --git a/test.html b/test.html
new file mode 100644
index 0000000..c96f1f9
--- /dev/null
+++ b/test.html
@@ -0,0 +1,63 @@
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: index.html
+ * Wed Apr 20 12:52:46 CEST 2022
+ * Joe
+ *
+ * The home page
+-->
+
+<html>
+ <head>
+ <title>Joe's - Joe's Organic E-Space</title>
+ <meta charset="UTF-8">
+ <meta name="robots" content="index, follow">
+ <meta name="description" content="Blog and Internet personnal space">
+ <meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly">
+ <meta name="author" content="Joe <bousset.rudy@gmail.com>">
+ <link rel="stylesheet" type="text/css" href="css/site.css">
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="index.html">Joe's - Joe's Organic E-Space</a></h1>
+ </header>
+ <div class="sidebar">
+ <ul>
+ <li><a href="index.html">home</a></li>
+ <li><a href="projects.html">my projects</a></li>
+ <li><a href="files.html">files</a></li>
+ <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>
+ <hr>
+ <li><a href="http://gitjoe.xyz/">GitJoe</a></li>
+ <li><a href="http://fossil.jozanofastora.xyz/">FossilJoe</a></li>
+ </ul>
+ </div>
+ <div class="body-contents">
+ <p>
+ <a href="asm-example.cgi">asm-example</a>
+ </p>
+ </div>
+ <footer>
+ <p>
+ Copyright &copy; 2020-2022, Joe -
+ see <a href="license.html">LICENSE</a> -
+ this website does not use cookies or php or js
+ </p>
+ </footer>
+ </div>
+ </body>
+</html>