aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--files.html (renamed from files/index.html)20
-rw-r--r--index.html2
-rw-r--r--license.html2
-rw-r--r--links.html2
5 files changed, 14 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 3d46f32..9a857c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,4 @@ tags
# End of https://www.toptal.com/developers/gitignore/api/emacs,linux,vim
*.pdf
+files/
diff --git a/files/index.html b/files.html
index 88ae98f..fdd7340 100644
--- a/files/index.html
+++ b/files.html
@@ -11,7 +11,7 @@
* == ===== ==== ==
* ========================
*
- * jozanofastora.xyz: files/index.html
+ * jozanofastora.xyz: files.html
* Sun Apr 17 16:11:26 CEST 2022
* Joe
*
@@ -21,20 +21,20 @@
<html>
<head>
<title>Joe's own website - files</title>
- <link rel="stylesheet" type="text/css" href="../css/site.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 - files</a></h1>
+ <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>
+ <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>
@@ -47,16 +47,16 @@
</p>
<ul>
<li>
- <a href="media/wp.tar.xz">
+ <!-- <a href="files/wp.tar.xz"> -->
wp.tar.xz
- </a>
+ <!-- </a> -->
- my wallpapers
</li>
</ul>
<footer>
<p>
Copyright &copy; 2020-2022, Joe -
- see <a href="../license.html">LICENSE</a> -
+ see <a href="license.html">LICENSE</a> -
this website does not use cookies or php or js
</p>
</footer>
diff --git a/index.html b/index.html
index 444db9a..2d2c281 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,7 @@
<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="files.html">files</a></li>
<li><a href="links.html">links</a></li>
<hr>
<li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
diff --git a/license.html b/license.html
index 23b8e46..b03be9d 100644
--- a/license.html
+++ b/license.html
@@ -33,7 +33,7 @@
<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="files.html">files</a></li>
<li><a href="links.html">links</a></li>
<hr>
<li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
diff --git a/links.html b/links.html
index 5726ca1..b2c46f3 100644
--- a/links.html
+++ b/links.html
@@ -34,7 +34,7 @@
<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="files.html">files</a></li>
<li><a href="links.html">links</a></li>
<hr>
<li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>