diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 16:50:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 16:50:09 +0200 |
commit | fd0db9f4221a6ea95595431a3b697edd1ca9f2a5 (patch) | |
tree | f1a0edfaf90e483bbe434ec873f08b1b51748199 /inc/classic-contents.html | |
parent | update again (diff) | |
download | gitjoe-www-fd0db9f4221a6ea95595431a3b697edd1ca9f2a5.tar.gz gitjoe-www-fd0db9f4221a6ea95595431a3b697edd1ca9f2a5.tar.bz2 gitjoe-www-fd0db9f4221a6ea95595431a3b697edd1ca9f2a5.tar.xz gitjoe-www-fd0db9f4221a6ea95595431a3b697edd1ca9f2a5.tar.zst gitjoe-www-fd0db9f4221a6ea95595431a3b697edd1ca9f2a5.zip |
No more php
Diffstat (limited to '')
-rw-r--r-- | inc/classic-contents.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/inc/classic-contents.html b/inc/classic-contents.html new file mode 100644 index 0000000..fcf0984 --- /dev/null +++ b/inc/classic-contents.html @@ -0,0 +1,53 @@ +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * gitjoe: inc/classic-contents.html + * Sun Apr 17 16:11:26 CEST 2022 + * Joe +--> + +<!-- HEADER --> +<html> + <head> + <title>GitJoe -</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">GitJoe -</a></h1> + </header> + +<!-- SIDEBAR --> + <div class="sidebar"> + <ul> + <li><a href="jozan/">jozan</a></li> + <li><a href="salad/">salad</a></li> + <li><a href="salad-joe/">salad-joe</a></li> + <hr> + <li><a href="https://jozanofastora.xyz/">Joe's dev blog</a></li> + </ul> + </div> + +<!-- FOOTER --> + <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> |