summaryrefslogtreecommitdiff
path: root/share/web_surfaces/builtin/transport/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/builtin/transport/index.html')
-rw-r--r--share/web_surfaces/builtin/transport/index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/share/web_surfaces/builtin/transport/index.html b/share/web_surfaces/builtin/transport/index.html
index 9d1a40f24c..252ccba540 100644
--- a/share/web_surfaces/builtin/transport/index.html
+++ b/share/web_surfaces/builtin/transport/index.html
@@ -3,8 +3,20 @@
<head>
<meta charset="utf-8">
<title>Ardour Transport</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
- <h1>Under Construction</h1>
+ <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>
</body>
</html>