38 lines
821 B
HTML
Executable File
38 lines
821 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>wkflw</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/resets.css">
|
|
<link rel="stylesheet" type="text/css" href="css/master.css">
|
|
|
|
<script src="js/interaction.js" charset="utf-8" defer></script>
|
|
<script src="js/audio.js" charset="utf-8" defer></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<nav>
|
|
<span data-link="works">█</span>
|
|
<span data-link="audio">█</span>
|
|
<span data-link="teach">█</span>
|
|
</nav>
|
|
|
|
<section style="position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -100;">
|
|
<div style="position: relative; width: 100%; height: 100%;">
|
|
<h1 id="menuItem" class=""></h1>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="content">
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|