aboutsummaryrefslogtreecommitdiffstats
path: root/inc/classic-contents.html
diff options
context:
space:
mode:
Diffstat (limited to 'inc/classic-contents.html')
-rw-r--r--inc/classic-contents.html70
1 files changed, 70 insertions, 0 deletions
diff --git a/inc/classic-contents.html b/inc/classic-contents.html
new file mode 100644
index 0000000..2d94de4
--- /dev/null
+++ b/inc/classic-contents.html
@@ -0,0 +1,70 @@
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: inc/classic-contents.html
+ * Sat Apr 16 16:01:56 CEST 2022
+ * Joe
+ *
+ * Content dump for everything
+-->
+
+<!-- HEADER -->
+<html>
+ <head>
+ <title>Joe's own website -</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 -</a></h1>
+ </header>
+
+<!-- BLOAT HEAD -->
+<html>
+ <head>
+ <title>Joe's own website -</title>
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+ <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 -</a></h1>
+ </header>
+
+<!-- SIDEBAR -->
+ <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>
+ </ul>
+ </div>
+
+<!-- FOOTER -->
+ <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>