From 1e65c81d2ed5d60980465e52abc05dad35b2eecc Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Sat, 23 Apr 2022 16:24:58 +0200
Subject: test

---
 thoughts.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
 create mode 100644 thoughts.html

diff --git a/thoughts.html b/thoughts.html
new file mode 100644
index 0000000..c30b023
--- /dev/null
+++ b/thoughts.html
@@ -0,0 +1,56 @@
+<!--
+ * ========================
+ * =====    ===============
+ * ======  ================
+ * ======  ================
+ * ======  ====   ====   ==
+ * ======  ===     ==  =  =
+ * ======  ===  =  ==     =
+ * =  ===  ===  =  ==  ====
+ * =  ===  ===  =  ==  =  =
+ * ==     =====   ====   ==
+ * ========================
+ *
+ * jozanofastora.xyz: thoughts.html
+ * Sat Apr 23 16:15:56 CEST 2022
+ * Joe
+ *
+ * The thoughts page
+-->
+
+<html>
+	<head>
+		<title>Joe's own website - thoughts</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 - thoughts</a></h1>
+			</header>
+			<div class="sidebar">
+				<ul>
+					<li><a href="index.html">home</a></li>
+					<li><a href="projects.html">my projects</a></li>
+					<li><a href="files.html">files</a></li>
+					<li><a href="using.html">my computing</a></li>
+					<li><a href="links.html">links</a></li>
+					<hr>
+					<li><a href="https://gitjoe.xyz/">GitJoe</a></li>
+					<li><a href="https://fossil.jozanofastora.xyz/">FossilJoe</a></li>
+				</ul>
+			</div>
+			<div class="body-contents">
+				<h1>Random thoughts</h1>
+			</div>
+			<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