diff options
Diffstat (limited to 'pyload/web/app/templates/default/setup/welcome.html')
-rw-r--r-- | pyload/web/app/templates/default/setup/welcome.html | 16 |
1 files changed, 16 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..f5c5af4d7 --- /dev/null +++ b/pyload/web/app/templates/default/setup/welcome.html @@ -0,0 +1,16 @@ +<div class="hero-unit"> + <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> +</div>
\ No newline at end of file |