diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-12-05 21:02:31 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-12-09 17:54:50 +0100 |
commit | 6bc07cf777a1c7a0e9aab1b3c0e86bec1ced176e (patch) | |
tree | 44ca1dced62d979681b65febff9ce347d33b55e1 /misc/dist/html/editor.html | |
parent | e31c6d484e2a3c5c180d23506d017b176c6aafe7 (diff) |
[HTML5] Add logo and favicon to editor html.
Diffstat (limited to 'misc/dist/html/editor.html')
-rw-r--r-- | misc/dist/html/editor.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html index 2ae281f74c..bf608dfa49 100644 --- a/misc/dist/html/editor.html +++ b/misc/dist/html/editor.html @@ -169,6 +169,8 @@ <option value="GLES3">WebGL 2</option> </select> <br /> + <img src="logo.svg"> + <br /> <label for="zip-file" style="margin-right: 1rem">Preload project ZIP:</label> <input id="zip-file" type="file" id="files" name="files" style="margin-bottom: 1rem"/> <br /> <button id="startButton" class="btn" style="margin-bottom: 4rem">Start Godot editor</button> |