diff options
author | Joris | 2023-12-27 18:21:37 +0100 |
---|---|---|
committer | Joris | 2023-12-27 18:21:37 +0100 |
commit | 98eca7d594960aa616786cbd491b937d50f55499 (patch) | |
tree | db63132d159d09bed2b0a6454c822c2ed95091c6 /public/index.html | |
parent | 57da196f828352b009ca86dca98e352cf09663f3 (diff) |
First version with 2 songs
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..1aba3bd --- /dev/null +++ b/public/index.html @@ -0,0 +1,15 @@ +<!doctype html> +<html lang="fr"> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width"> +<title>Music</title> +<link rel="stylesheet" href="/main.css"> +<link rel="icon" href="/icon.png"> + +<h1 class="g-Title">Music</h1> + +<ul class="g-Songs"> + <li> + <a href="songs/ben-e-king/stand-by-me.html">Ben E. King – Stand by Me</a> + <li> + <a href="songs/graeme-allwright/petit-garcon.html">Graeme Allwright – Petit Garçon</a> |