summaryrefslogtreecommitdiff
path: root/share/web_surfaces/builtin/mixer-demo/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/builtin/mixer-demo/index.html')
-rw-r--r--share/web_surfaces/builtin/mixer-demo/index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/share/web_surfaces/builtin/mixer-demo/index.html b/share/web_surfaces/builtin/mixer-demo/index.html
index a94dd17f61..d1c4308616 100644
--- a/share/web_surfaces/builtin/mixer-demo/index.html
+++ b/share/web_surfaces/builtin/mixer-demo/index.html
@@ -8,8 +8,13 @@
</head>
<body>
<div id="main">
- <div id="manifest"></div>
- <div id="strips"></div>
+ <div id="surface">
+ <div id="top">
+ <img src="img/ardour-icon.svg">
+ <span id="manifest"></span>
+ </div>
+ <div id="strips"></div>
+ </div>
<div id="log"></div>
</div>
<script type="module" src="js/main.js"></script>