WebSockets: prepare for developing a shared JS API client
This commit is contained in:
parent
e82171ea19
commit
c96e392f0f
@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Ardour Web Surfaces</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="index/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="top-bar">
|
||||
<img id="logo" src="img/logo.png">
|
||||
<img id="logo" src="index/logo.png">
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2 id="loading">Loading...</h2>
|
||||
@ -24,6 +24,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/main.js"></script>
|
||||
<script src="index/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
0
share/web_surfaces/shared/ardour.js
Normal file
0
share/web_surfaces/shared/ardour.js
Normal file
Loading…
Reference in New Issue
Block a user