15.10/index.html

19 lines
482 B
HTML
Raw Normal View History

2024-10-15 13:01:00 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<input type="file" name="zdjecie" id="zdjecie">
<button type="submit" id="submitZdj">Wyslij plik</button>
<script src="script.js"></script>
<select id="wybor">
<option value=""></option>
</select><br>
<img src="" alt="" id="img">
</body>
</html>