From 7a918d922e390702f8f47acd6ae9a138da5be787 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Sun, 17 Apr 2022 16:25:34 +0200
Subject: Update

---
 files.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
 create mode 100644 files.html

(limited to 'files.html')

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>
-- 
cgit v1.2.3