summaryrefslogtreecommitdiff
path: root/llama.cpp/tools/server/public/loading.html
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/tools/server/public/loading.html')
-rw-r--r--llama.cpp/tools/server/public/loading.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/llama.cpp/tools/server/public/loading.html b/llama.cpp/tools/server/public/loading.html
new file mode 100644
index 0000000..c3fd19a
--- /dev/null
+++ b/llama.cpp/tools/server/public/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>