summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/setup/welcome.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/setup/welcome.html')
-rw-r--r--pyload/web/app/templates/default/setup/welcome.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/pyload/web/app/templates/default/setup/welcome.html b/pyload/web/app/templates/default/setup/welcome.html
new file mode 100644
index 000000000..5a4f74d9f
--- /dev/null
+++ b/pyload/web/app/templates/default/setup/welcome.html
@@ -0,0 +1,14 @@
+<h1>{{ _ "Welcome!" }}</h1>
+
+<p>{{ _ "pyLoad is running and ready for configuration." }}</p>
+
+<p>
+ {{ _ "Select your language:" }}
+ <select>
+ <option>en</option>
+ </select>
+</p>
+
+<button class="btn btn-large btn-blue">
+ {{ _ "Start configuration" }}
+</button> \ No newline at end of file