summaryrefslogtreecommitdiff
path: root/share/web_surfaces/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/index.html')
-rw-r--r--share/web_surfaces/index.html20
1 files changed, 12 insertions, 8 deletions
diff --git a/share/web_surfaces/index.html b/share/web_surfaces/index.html
index e5bcfce013..df8726a109 100644
--- a/share/web_surfaces/index.html
+++ b/share/web_surfaces/index.html
@@ -10,14 +10,18 @@
<img id="logo" src="img/logo.png">
</div>
<div id="content">
- <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>
+ <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>
</div>
</div>
<script src="js/main.js"></script>