Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.html Secret

Created April 15, 2018 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creyn/83c76572a259d72ac04a39a17e3978a2 to your computer and use it in GitHub Desktop.
Save creyn/83c76572a259d72ac04a39a17e3978a2 to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : podstawowa struktura pliku HTML
<!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