basic bones for music page- needs db and custom server!

This commit is contained in:
ari melody 2023-10-05 21:13:03 +01:00
parent c6442e3333
commit a5ea652f6b
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 523 additions and 25 deletions

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -19,7 +20,7 @@
<script src="script/main.js" defer="defer"></script>
<link rel="me" href="https://wetdry.world/@ari">
</head>
<body>
<header>
<div id="header">
@ -30,10 +31,10 @@
</div>
<ul>
<li>
<a href="/" target="_blank">home</a>
<a href="/">home</a>
</li>
<li>
<a href="https://mellodoot.com/music" target="_blank">music</a>
<a href="/music">music</a>
</li>
<li>
<a href="https://github.com/mellodoot/arimelody.me" target="_blank">source</a>
@ -142,15 +143,14 @@
this site is intended to eventually replace
<a href="https://mellodoot.com/" target="_blank">mellodoot.com</a>.
</p>
<hr>
<small><em>*made with ♥ by ari, 2023*</em></small>
</main>
<footer>
<div id="footer">
<small><em>*made with ♥ by ari, 2023*</em></small>
</div>
</footer>
<div id="overlay"></div>
</body></html>
</body>
</html>