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.
39 lines
801 B
HTML
39 lines
801 B
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" />
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
This is the main head quarter.
|
|
<ul>
|
|
<li>
|
|
<a href="00">Try Out</a>
|
|
</li>
|
|
<li>
|
|
<a href="01">Yet to Be Named</a>
|
|
</li>
|
|
<li>
|
|
<a href="02">Uneven Patterns</a>
|
|
</li>
|
|
<li>
|
|
<a href="03">Emergent Opera</a>
|
|
</li>
|
|
<li>
|
|
<a href="04">The Parliament</a>
|
|
</li>
|
|
<li>
|
|
<a href="05">Nested Narratives</a>
|
|
</li>
|
|
</ul>
|
|
<div class="image-placeholder">
|
|
<img
|
|
src="images/inner-dance-cell.png"
|
|
alt="two people with headphones are picturing dancing jelly people with joy"
|
|
/>
|
|
</div>
|
|
</body>
|
|
</html>
|