diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-23 16:24:58 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-23 16:24:58 +0200 |
commit | 1e65c81d2ed5d60980465e52abc05dad35b2eecc (patch) | |
tree | a549e5446a1b455bd00a15ed6aecb3602eb31b75 | |
parent | Fix (diff) | |
download | joe-www-1e65c81d2ed5d60980465e52abc05dad35b2eecc.tar.gz joe-www-1e65c81d2ed5d60980465e52abc05dad35b2eecc.tar.bz2 joe-www-1e65c81d2ed5d60980465e52abc05dad35b2eecc.tar.xz joe-www-1e65c81d2ed5d60980465e52abc05dad35b2eecc.tar.zst joe-www-1e65c81d2ed5d60980465e52abc05dad35b2eecc.zip |
test
-rw-r--r-- | thoughts.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/thoughts.html b/thoughts.html new file mode 100644 index 0000000..c30b023 --- /dev/null +++ b/thoughts.html @@ -0,0 +1,56 @@ +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: thoughts.html + * Sat Apr 23 16:15:56 CEST 2022 + * Joe + * + * The thoughts page +--> + +<html> + <head> + <title>Joe's own website - thoughts</title> + <link rel="stylesheet" type="text/css" href="css/site.css"> + <meta charset="UTF-8"> + </head> + <body> + <div class="fullpage"> + <header> + <h1><a href="index.html">Joe's dev blog - thoughts</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="links.html">links</a></li> + <hr> + <li><a href="https://gitjoe.xyz/">GitJoe</a></li> + <li><a href="https://fossil.jozanofastora.xyz/">FossilJoe</a></li> + </ul> + </div> + <div class="body-contents"> + <h1>Random thoughts</h1> + </div> + <footer> + <p> + Copyright © 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> |