diff options
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> |