diff options
Diffstat (limited to 'using.html')
-rw-r--r-- | using.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/using.html b/using.html new file mode 100644 index 0000000..444ee04 --- /dev/null +++ b/using.html @@ -0,0 +1,58 @@ +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: using.html + * Mon Apr 18 20:11:16 CEST 2022 + * Joe + * + * The home page +--> + +<html> + <head> + <title>Joe's own website - things I use</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 - things I use</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="using.html">things I use</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>My computing experience</h1> + <h2>Software</h2> + <h2>Hardware</h2> + </div> + <footer> + <p> + Copyright © 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> |