21 lines
793 B
HTML
21 lines
793 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>✂️ 미술관 🎚️ 믹스 💿|🔊 museum 🎹 mix 🥣 ... 🪗 🪩~</title>
|
|
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css" />
|
|
<link rel="stylesheet" href="/style.css" />
|
|
<script src="/Tone.min.js"></script>
|
|
<script src="/NexusUI.js"></script>
|
|
</head>
|
|
<body class="bg-black-50" style="color:#00DCD8; min-height:100vh">
|
|
<div id="mix" class="pa2">
|
|
<div id="ambience-lobby" style="margin-top:10px;clear:both;"></div>
|
|
<div id="ambience-exhibit-hall1" style="margin-top:10px;clear:both;"></div>
|
|
</div>
|
|
<script src="/script.js">
|
|
</script>
|
|
</body>
|
|
</html>
|