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 /music.html | |
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 'music.html')
-rw-r--r-- | music.html | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/music.html b/music.html deleted file mode 100644 index 81e6fe6..0000000 --- a/music.html +++ /dev/null @@ -1,65 +0,0 @@ -<!-- - * ======================== - * ===== =============== - * ====== ================ - * ====== ================ - * ====== ==== ==== == - * ====== === == = = - * ====== === = == = - * = === === = == ==== - * = === === = == = = - * == ===== ==== == - * ======================== - * - * 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> |