Files
personal-website/template-index.html

31 lines
710 B
HTML

<!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>
<div id="sidebar">
<a href="#about">about</a>
<a href="#why">why</a>
</div>
<header id="about">
<h1>{{introduction-heading}}</h1>
<p>{{introduction-subheading}}</p>
</header>
<p>{{about-paragraph}}</p>
<h2 id="why">{{why-heading}}</h2>
<p>{{why-paragraph}}</p>
</body>
</html>