13
0
livetrax/share/web_surfaces/index.html

30 lines
905 B
HTML
Raw Normal View History

2020-04-09 10:34:16 -04:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ardour Web Surfaces</title>
<link rel="stylesheet" type="text/css" href="index/main.css">
2020-04-09 10:34:16 -04:00
</head>
<body>
<div id="top-bar">
<img id="logo" src="index/logo.png">
2020-04-09 10:34:16 -04:00
</div>
<div id="content">
<h2 id="loading">Loading...</h2>
<pre id="error" style="display:none"></pre>
<div id="index" style="display:none">
<h1>Available Web Surfaces</h1>
<div class="surface-list">
<h2>Built-In</h2>
<ul id="builtin"></ul>
</div>
<div class="surface-list">
<h2>User</h2>
<ul id="user"></ul>
</div>
2020-04-09 10:34:16 -04:00
</div>
</div>
<script src="index/main.js"></script>
2020-04-09 10:34:16 -04:00
</body>
</html>