work.suroh.tk/index.html

38 lines
821 B
HTML
Raw Normal View History

2018-05-01 20:20:32 +00:00
<!DOCTYPE html>
<html>
2019-03-15 14:53:48 +00:00
2018-05-01 20:20:32 +00:00
<head>
2019-03-15 14:53:48 +00:00
<title>wkflw</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2018-05-01 20:20:32 +00:00
2019-03-15 14:53:48 +00:00
<link rel="stylesheet" type="text/css" href="css/resets.css">
<link rel="stylesheet" type="text/css" href="css/master.css">
2018-05-01 20:20:32 +00:00
2019-03-15 14:53:48 +00:00
<script src="js/interaction.js" charset="utf-8" defer></script>
<script src="js/audio.js" charset="utf-8" defer></script>
2019-03-15 14:53:48 +00:00
</head>
<body>
2019-02-28 09:37:13 +00:00
2019-03-15 14:53:48 +00:00
<nav>
<span data-link="works"></span>
<span data-link="audio"></span>
<span data-link="teach"></span>
</nav>
2018-05-01 20:20:32 +00:00
2019-03-15 14:53:48 +00:00
<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>
2018-05-01 20:20:32 +00:00
2019-03-15 14:53:48 +00:00
<section id="content">
2018-05-01 20:20:32 +00:00
2019-03-15 14:53:48 +00:00
</section>
2018-05-01 20:20:32 +00:00
</body>
2019-03-15 14:53:48 +00:00
</html>