2020-04-09 10:34:16 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Ardour Transport</title>
|
2020-04-19 06:42:13 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-04-20 06:40:16 -04:00
|
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
2020-04-09 10:34:16 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-04-19 06:42:13 -04:00
|
|
|
<div id="main">
|
|
|
|
<div id="ui">
|
|
|
|
<div id="time"></div>
|
|
|
|
<div id="buttons">
|
|
|
|
<button id="roll"></button>
|
|
|
|
<button id="record"></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button id="fullscreen"></button>
|
|
|
|
<script type="module" src="main.js"></script>
|
2020-04-09 10:34:16 -04:00
|
|
|
</body>
|
|
|
|
</html>
|