mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-26 01:52:30 +08:00
16 lines
384 B
HTML
16 lines
384 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<title>Backlot</title>
|
||
|
|
<link rel="stylesheet" href="/ui/board.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="wrap" id="app"></div>
|
||
|
|
<div class="modal-bg" id="modal"></div>
|
||
|
|
<audio id="player"></audio>
|
||
|
|
<script type="module" src="/ui/board.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|