Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
387 B
2
Indexable
Never
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <form>
        <input type="tekst" id="imie">
        <input type="button" value="przywitaj!!" onclick="hej"()">
    </form>
</body>
</html>