did some stuff
This commit is contained in:
parent
97d7c6c5d0
commit
9d04cbf6a9
2 changed files with 71 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
<div class="window">
|
||||
<div class="title-bar">Welcome!</div>
|
||||
<div class="actionbar">
|
||||
<a class="action-button" href="./index.html">Home</a>
|
||||
<div class="vruler"></div>
|
||||
<a class="action-button" href="https://liliesh.pinkhaj.world/blog">Blog</a>
|
||||
<div class="vruler"></div>
|
||||
<a class="action-button" href="./links.html">Links</a>
|
||||
|
|
69
links.html
Normal file
69
links.html
Normal file
|
@ -0,0 +1,69 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<link rel="stylesheet" href="general.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="window">
|
||||
<div class="title-bar">Welcome!</div>
|
||||
<div class="actionbar">
|
||||
<a class="action-button" href="./index.html">Home</a>
|
||||
<div class="vruler"></div>
|
||||
<a class="action-button" href="https://liliesh.pinkhaj.world/blog">Blog</a>
|
||||
<div class="vruler"></div>
|
||||
<a class="action-button" href="./links.html">Links</a>
|
||||
</div>
|
||||
<div class="window-content">
|
||||
<h2>Link Collection</h2>
|
||||
<div class="UwU">
|
||||
<h3>Disclaimer!</h3>
|
||||
<p>I provide those links since I found those interesting to share. Generally I have no association with the content or the owners of the content.</p>
|
||||
<br>
|
||||
<h3>Server Software</h3>
|
||||
<p>
|
||||
<b>Navidrome</b> - Service for hosting your own music library
|
||||
 <a href="https://www.navidrome.org/">Website</a> - <a href="https://www.navidrome.org/docs/">Docs</a> - <a href="https://github.com/navidrome/navidrome/">Source</a>
|
||||
</p>
|
||||
<br>
|
||||
<h3>Client Software</h3>
|
||||
<p>
|
||||
<b>Feishin</b> - A modern self-hosted music player for subsonic and/or Navidrome
|
||||
 <a href="https://github.com/jeffvli/feishin">Source</a>
|
||||
</p>
|
||||
<br>
|
||||
<h3>Linux Distributons</h3>
|
||||
<p></p>
|
||||
<br>
|
||||
<h3>Information / Knowledge</h3>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="socials">
|
||||
<a class="social button" href="https://wetdry.world/@techfoxxo"><img
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Fediverse_logo_proposal.svg/2048px-Fediverse_logo_proposal.svg.png"></a>
|
||||
<a class="social button" href="https://matrix.to/#/@liliesh:catgirl.cloud"><img id="matrix-logo"
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7c/Matrix_icon.svg/419px-Matrix_icon.svg.png"></a>
|
||||
<a class="social button" href="https://git.pinkhaj.world/liliesh"><img
|
||||
src="assets/git_emblem.png"></a>
|
||||
</div>
|
||||
<div class="socials">
|
||||
<img class="specials" src="assets/blobfox-88x31.png"></a>
|
||||
<img class="specials" src="assets/chrmevil.gif"></a>
|
||||
<img class="specials" src="assets/fediverse.gif"></a>
|
||||
<img class="specials" src="assets/firefoxnow.gif"></a>
|
||||
<img class="specials" src="assets/hash_now.gif"></a>
|
||||
<img class="specials" src="assets/linux.gif"></a>
|
||||
<img class="specials" src="assets/lulu_tinyuniverses_wannachill.gif"></a>
|
||||
<img class="specials" src="assets/microsoft_stop.gif"></a>
|
||||
<img class="specials" src="assets/scottgames.gif"></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
</footer>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue