WebSockets: prepare for developing a shared JS API client

This commit is contained in:
Luciano Iam 2020-04-11 09:37:00 +02:00 committed by Robin Gareus
parent e82171ea19
commit c96e392f0f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
7 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File