This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user