aboutsummaryrefslogtreecommitdiffstats
path: root/files.html
diff options
context:
space:
mode:
Diffstat (limited to 'files.html')
-rw-r--r--files.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/files.html b/files.html
new file mode 100644
index 0000000..fdd7340
--- /dev/null
+++ b/files.html
@@ -0,0 +1,65 @@
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: files.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.html">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="files/wp.tar.xz"> -->
+ wp.tar.xz
+ <!-- </a> -->
+ - my wallpapers
+ </li>
+ </ul>
+ <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>