boazchung commited on
Commit
bffff4f
·
verified ·
1 Parent(s): cf64483

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -40,7 +40,8 @@
40
  <label for="text-to-translate">Text to Translate</label>
41
  <input
42
  id="text-to-translate"
43
- placeholder='My name is Wolfgang and I live in Amsterdam'
 
44
  type="text"
45
  autocomplete="off"
46
  />
 
40
  <label for="text-to-translate">Text to Translate</label>
41
  <input
42
  id="text-to-translate"
43
+ value="My name is Wolfgang and I live in Amsterdam"
44
+ placeholder="Enter some text here"
45
  type="text"
46
  autocomplete="off"
47
  />