diff options
author | Joe <rrbo@proton.me> | 2023-03-16 15:59:11 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-03-16 15:59:11 +0100 |
commit | 90c4350c84b660d2273d07e00b71737c8b8bbfd3 (patch) | |
tree | d930f7d465b58bd0cf39a0174217a108a03e41da /shit | |
parent | shit (diff) | |
download | joe-www-90c4350c84b660d2273d07e00b71737c8b8bbfd3.tar.gz joe-www-90c4350c84b660d2273d07e00b71737c8b8bbfd3.tar.bz2 joe-www-90c4350c84b660d2273d07e00b71737c8b8bbfd3.tar.xz joe-www-90c4350c84b660d2273d07e00b71737c8b8bbfd3.tar.zst joe-www-90c4350c84b660d2273d07e00b71737c8b8bbfd3.zip |
up
Diffstat (limited to 'shit')
-rw-r--r-- | shit/computing.html (renamed from shit/compute.html) | 2 | ||||
-rw-r--r-- | shit/music.html | 65 |
2 files changed, 66 insertions, 1 deletions
diff --git a/shit/compute.html b/shit/computing.html index eabb766..04c8780 100644 --- a/shit/compute.html +++ b/shit/computing.html @@ -11,7 +11,7 @@ * == ===== ==== == * ======================== * - * jozan.org: shit/compute.html + * jozan.org: shit/computing.html * Wed Apr 20 12:52:52 CEST 2022 * Joe * diff --git a/shit/music.html b/shit/music.html new file mode 100644 index 0000000..a60e0ca --- /dev/null +++ b/shit/music.html @@ -0,0 +1,65 @@ +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozan.org: music.html + * Tue Apr 19 22:06:25 CEST 2022 + * Joe +--> + +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Joe's music</title> + <meta charset="UTF-8"> + <meta name="robots" content="index, follow"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="Blog and Internet personnal space"> + <meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly"> + <meta name="author" content="Joe Zhan <rrbo@proton.me>"> + <link rel="stylesheet" type="text/css" href="css/site.css"> + </head> + <body> + <div class="fullpage"> + <header> + <h1><a href="index.html">Joe's music</a></h1> + </header> + <div class="sidebar"> + <ul> + <li><a href="../index.html">home</a></li> + <li><a href="../projects.html">projects</a></li> + <li><a href="../shit.html">shit</a></li> + <li><a href="../music.html">music</a></li> + <li><a href="../thoughts.html">thoughts</a></li> + <li><a href="../links.html">links</a></li> + </ul> + <hr> + <ul> + <li><a href="http://gitjoe.xyz/">GitJoe</a></li> + </ul> + </div> + <div class="body-contents"> + <h1>The music I make</h1> + <p> + Not much for now, I'll add the shit I play later. + </p> + </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> |