You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.4 KiB
HTML
43 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>Emergent Opera</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="atlas">
|
|
the atlas here
|
|
<div class="info">
|
|
<div class="title">Title</div>
|
|
<div class="filename">Filename.mp3</div>
|
|
<div class="position">04:35</div>
|
|
</div>
|
|
</div>
|
|
<div class="libretto">
|
|
<header class="cover">
|
|
<h3>SI18 Weekly Release #3</h3>
|
|
<h1>Emergent Opera</h1>
|
|
<p>description</p>
|
|
<h3>contribution by: <br> Kimberley, Chae, Kamo, Supi, Emma, Miri, Carmen, Alex, Gersande</h3>
|
|
<h3>caretakers: <br> Erica, Gersande, Kamo</h3>
|
|
</header>
|
|
<section class="index"></section>
|
|
<section class="contribution">
|
|
<h4>overture</h4>
|
|
<h1 class="title">Overture Atlas</h1>
|
|
<h3>description</h3>
|
|
<p>the whole description</p>
|
|
<h3>contents</h3>
|
|
|
|
</section>
|
|
<!-- <section class="vocabulary"></section> -->
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |