Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2018 20:39
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 anonymous/c6561ace6ea872203505ab813973ae95 to your computer and use it in GitHub Desktop.
Save anonymous/c6561ace6ea872203505ab813973ae95 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8" />
<title>Witryna interneotwa</title>
<meta name="description" content="opis!" />
<meta name="keywords" content="tagi" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<h1>Strona WWW</h1>
<form action="order.php" method="post">
Ile pączków (0.99PLN/szt):
<input type="text" name="paczkow"/>
<br>
<br>
Ile grzebieni (1.29PLN/szt):
<input type="text" name="grzebieni"/>
<br>
<br>
<input type="button" value="Wyślij zgłoszenie" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment