aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuomo Pelkonen <tuomo.pelkonen@qt.io>2022-06-15 18:18:14 +0300
committerTuomo Pelkonen <tuomo.pelkonen@qt.io>2022-06-16 13:11:14 +0000
commit7bf6aec0f8ded90fedbea87d33dda2e0a6c66f60 (patch)
tree8c8947b763b55dcf95c4ddb808ca7584a4bd88e3
parent4eac2a54b3c7ffe95abf6145f701e537f3f99bf6 (diff)
Update correct sources url
Also other minor fixes to index.html Change-Id: I14aefa396db61f2f5a22c74da0a3d17fae412e98 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
-rw-r--r--www/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html
index 256ed96..272bc4e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -59,7 +59,7 @@
<div id="instruction">drop your qmlrc file or zip file here</div>
<p>(package with a pure Qml project, containing either a .qmlproject file or a main.qml)</p>
<form id="uploadform">
- <label><input id="fileinput" type="file" accept=".qmlrc,.zip" style="display:none;" /><img src="uploadIcon.svg" width="32" height="32"/></br>(or load by clicking here)</label>
+ <label><input id="fileinput" type="file" accept=".qmlrc,.zip" style="display:none;" /><img src="uploadIcon.svg" width="32" height="32"/><br/>(or load by clicking here)</label>
</form>
</div>
<div id="projectsmenu">
@@ -73,12 +73,12 @@
Note: This is a static web page. The Qml application that You load runs and remains locally in Your browser, nothing gets uploaded into the cloud.
</p>
<p>
- <a href="https://git.qt.io/aportale/designviewer">"Qt Design Viewer" sources</a>
+ <a href="https://github.com/qt/qtdesignviewer">"Qt Design Viewer" sources</a>
| Made with: <a href="https://doc.qt.io/qt-5/wasm.html">Qt for WebAssembly</a>
| Powered by: <a href="https://webassembly.org/">WebAssembly</a> & <a href="https://emscripten.org/">emscripten</a>
</p>
<p id="versioninfo"></p>
- <div>
+ </div>
<script type='text/javascript'>
var contentArray;