summaryrefslogtreecommitdiff
path: root/share/web_surfaces/builtin/mixer-demo/index.html
blob: d1c430861661b4c19befa32f0e32eb00d39f7c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Ardour WebSockets Demo</title>
        <link rel="stylesheet" type="text/css" href="css/main.css">
        <link rel="stylesheet" type="text/css" href="css/widget.css">
    </head>
    <body>
        <div id="main">
            <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>
    </body>
</html>