summaryrefslogtreecommitdiff
path: root/share/web_surfaces/builtin/transport/index.html
blob: 2ae09870ec4dc0b1095849e98b6e87ac582f65d1 (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 Transport</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" type="text/css" href="main.css?99">
    </head>
    <body>
        <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>