-
-
Save creyn/83c76572a259d72ac04a39a17e3978a2 to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : podstawowa struktura pliku HTML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="author" content="Droga Programisty"> | |
<title>Szybkie palce!</title> | |
</head> | |
<body> | |
<h1>Gra Szybkie Palce!</h1> | |
<input type="button" value="START"> | |
<textarea id="dziennikZdarzen" cols="100" rows="20"></textarea> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment