summaryrefslogtreecommitdiff
path: root/examples/server/public_legacy/loading.html
diff options
context:
space:
mode:
authorfirecoperana <xuqiaowei1124@gmail.com>2025-06-08 11:38:47 +0000
committerGitHub <noreply@github.com>2025-06-08 14:38:47 +0300
commitdf170c83a554df526e25a825389e692669644c85 (patch)
tree962efa23b4a7f341f5578ddfc8e171ecdbf8f869 /examples/server/public_legacy/loading.html
parent9e567e385adacbc4710e94ee7223c5f6b0404699 (diff)
Webui improvement (#481)
* update webui * add token/s in webui * add webui files * fix webui first message disappear in some browser * add missing html files --------- Co-authored-by: firecoperana <firecoperana>
Diffstat (limited to 'examples/server/public_legacy/loading.html')
-rw-r--r--examples/server/public_legacy/loading.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/server/public_legacy/loading.html b/examples/server/public_legacy/loading.html
new file mode 100644
index 00000000..c3fd19a0
--- /dev/null
+++ b/examples/server/public_legacy/loading.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="refresh" content="5">
+ </head>
+ <body>
+ <div id="loading">
+ The model is loading. Please wait.<br/>
+ The user interface will appear soon.
+ </div>
+ </body>
+</html>