created a 'music' page
Deploy static site / deploy (push) Successful in 23s

This commit is contained in:
2026-04-24 00:54:42 +02:00
parent c1ed7fe998
commit eaece534d5
2 changed files with 33 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="{{lang}}">
<head>
<meta name="robots" content="noindex nofollow">
<link rel="stylesheet" href="../styles.css">
<title>{{page-title}}</title>
</head>
<body>
<div id="language">
{{language-switcher}}
</div>
<div id="navbar">
<a href="index.html">home</a>
<a href="music.html">music</a>
</div>
<header id="about">
<h1>{{music-heading}}</h1>
</header>
</body>
</html>