diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 16:18:26 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 16:18:26 +0200 |
commit | 6ca0f519328cd65061ecadf841bc0fe10fbb546e (patch) | |
tree | 3e8a7857141e6b03f0268e3fffb91126eab6b671 /files/index.html | |
parent | Fix (diff) | |
download | joe-www-6ca0f519328cd65061ecadf841bc0fe10fbb546e.tar.gz joe-www-6ca0f519328cd65061ecadf841bc0fe10fbb546e.tar.bz2 joe-www-6ca0f519328cd65061ecadf841bc0fe10fbb546e.tar.xz joe-www-6ca0f519328cd65061ecadf841bc0fe10fbb546e.tar.zst joe-www-6ca0f519328cd65061ecadf841bc0fe10fbb546e.zip |
New file for files
Diffstat (limited to '')
-rw-r--r-- | files/index.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/files/index.html b/files/index.html new file mode 100644 index 0000000..ceece82 --- /dev/null +++ b/files/index.html @@ -0,0 +1,65 @@ +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: files/index.html + * Sun Apr 17 16:11:26 CEST 2022 + * Joe + * + * The col files +--> + +<html> + <head> + <title>Joe's own website - files</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 - files</a></h1> + </header> + <div class="sidebar"> + <ul> + <li><a href="../index.html">home</a></li> + <li><a href="../projects/">my projects</a></li> + <li><a href="../files/">files</a></li> + <li><a href="../links.html">links</a></li> + <hr> + <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li> + <li><a href="https://fossil.jozanofastora.xyz/">FossilJoe</a></li> + </ul> + </div> + <div class="body-contents"> + <h2>some files</h2> + <p> + These are some files I give to you for free: + </p> + <ul> + <li> + <a href="media/wp.tar.xz"> + wp.tar.xz + </a> + - my wallpapers + </li> + </ul> + <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> |