summaryrefslogtreecommitdiff
path: root/share/web_surfaces/index.html
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-11 09:37:00 +0200
committerRobin Gareus <robin@gareus.org>2020-04-11 22:30:40 +0200
commitc96e392f0fc252fd6ae8d4d91a950bed146a8d51 (patch)
treedcb9ec28945e8e6125d8b90f381acf73bc0bcbb9 /share/web_surfaces/index.html
parente82171ea1954c3e80040c063c401ceb0913b4dd3 (diff)
WebSockets: prepare for developing a shared JS API client
Diffstat (limited to 'share/web_surfaces/index.html')
-rw-r--r--share/web_surfaces/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/web_surfaces/index.html b/share/web_surfaces/index.html
index df8726a109..6cead8b251 100644
--- a/share/web_surfaces/index.html
+++ b/share/web_surfaces/index.html
@@ -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>