diff options
-rw-r--r-- | inc/classic-contents.html | 3 | ||||
-rw-r--r-- | index.html | 12 |
2 files changed, 10 insertions, 5 deletions
diff --git a/inc/classic-contents.html b/inc/classic-contents.html index cbafa39..35f77bb 100644 --- a/inc/classic-contents.html +++ b/inc/classic-contents.html @@ -50,7 +50,8 @@ <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="use.html">things I use</a></li> <li><a href="links.html">links</a></li> <hr> <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li> @@ -46,9 +46,6 @@ <p> Welcome to my own blog. Here you can find my tips and articles on various tech and programming subjects. - <br><br> - This website is still in <i>not so</i> active developpement, - stay tuned. </p> <h2>About me</h2> <p> @@ -60,7 +57,14 @@ I work on various personal projects beside that. Also I like rocket science and astrophysics. </p> - <h3>Visitors count:</h3> + <h2>Note</h2> + <p> + Please note that I'm not the same Joe as Joseph H. Allen, + the author of the very based + <a href="https://joe-editor.sourceforge.io/">Joe's Own Editor</a>. + I'm just another random Joe. + </p> + <h2>Visitors counter</h2> <p> Unique visitors: wait for the next refresh </p> |