Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<body>
|
10 |
<main class="container">
|
11 |
<label>
|
12 |
-
<input id="file-upload" type="file" />
|
13 |
<img class="upload-icon" src="upload-icon.png" /> Upload image
|
14 |
</label>
|
15 |
<div id="image-container">
|
|
|
9 |
<body>
|
10 |
<main class="container">
|
11 |
<label>
|
12 |
+
<input id="file-upload" type="file" accept="image/png,image/jpeg" />
|
13 |
<img class="upload-icon" src="upload-icon.png" /> Upload image
|
14 |
</label>
|
15 |
<div id="image-container">
|