Skip to content

Commit 7ea32b3

Browse files
committed
Fixed upload path
1 parent a0b9229 commit 7ea32b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h4 class="fluff">It's Linux, in a Browser</h4>
4949
<hr>
5050
Send files to emulator
5151
<input id="upload_files" type="file" multiple>
52-
<p>Upload Path (in /home for standard): </p><input type="text" value="/home/user" id="upload_path">
52+
<p>Upload Path: </p><input type="text" value="/user" id="upload_path">
5353
<hr>
5454
<label>
5555
Restore from file: <input id="restore_file" type="file">

0 commit comments

Comments
 (0)