hribhrib.at/music.html

45 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>hribhrib</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="topnav">
<a href='index.html'>Home</a> |
<a href='music.html'>Music</a> |
<a href='games.html'>Games</a> |
<a href='projects.html'>Projects</a> |
<a href='contact.html'>Contact</a>
</div>
<div>
<h1>Music by hribhrib</h1>
<p>This is me in a band: <a href='https://bbpb.rocks/' target="_blank">bbpb</a><br>
<audio controls>
<source src="music/timeout.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</p>
<p>This is me in a soloproject, supported by <a href='https://bbpb.rocks/' target="_blank">bbpb</a>:<br>
<audio controls>
<source src="music/friendship.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</p>
<p>This is me writing gamemusic:<br>
<audio controls>
<source src="music/soundtrack.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</p>
</div>
</body>
</html>