diff options
| author | 2013-10-03 19:21:05 +0200 | |
|---|---|---|
| committer | 2013-10-03 19:21:05 +0200 | |
| commit | a8d3e8341eee6af4c778f512d7f8584c476d49fe (patch) | |
| tree | 777681f695f64488c4aa5e869cf937112077befc /pyload/web/app/templates/default/setup/welcome.html | |
| parent | small bug fixes (diff) | |
| download | pyload-a8d3e8341eee6af4c778f512d7f8584c476d49fe.tar.xz | |
basically working web setup
Diffstat (limited to 'pyload/web/app/templates/default/setup/welcome.html')
| -rw-r--r-- | pyload/web/app/templates/default/setup/welcome.html | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/pyload/web/app/templates/default/setup/welcome.html b/pyload/web/app/templates/default/setup/welcome.html index f5c5af4d7..5a4f74d9f 100644 --- a/pyload/web/app/templates/default/setup/welcome.html +++ b/pyload/web/app/templates/default/setup/welcome.html @@ -1,16 +1,14 @@ -<div class="hero-unit"> - <h1>{{ _ "Welcome!" }}</h1> +<h1>{{ _ "Welcome!" }}</h1> - <p>{{ _ "pyLoad is running and ready for configuration." }}</p> +<p>{{ _ "pyLoad is running and ready for configuration." }}</p> - <p> - {{ _ "Select your language:" }} - <select> - <option>en</option> - </select> - </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 +<button class="btn btn-large btn-blue"> + {{ _ "Start configuration" }} +</button>
\ No newline at end of file |
