prezentacja-tutorial/html/index.html
2024-11-05 18:14:48 +01:00

16 lines
311 B
HTML
Executable File

<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Moja aplikacja</title>
</head>
<body>
<input type="text" id="wiadomosc">
<button>Wyślij</button>
<script>
</script>
</body>
</html>