Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created September 5, 2013 09:30
Show Gist options
  • Save phpfiddle/6447980 to your computer and use it in GitHub Desktop.
Save phpfiddle/6447980 to your computer and use it in GitHub Desktop.
ttttttttttttttttttttttttttttttttttttttttt
<?php
?>
<html>
<head>
<title><strong>Encomenda recebida com sucesso!</strong></title>
</head>
<body>
Encomendou:
<li>
<ul>
1 pizza 4 Queijos
2 coca-cola
</ul>
</li>
Opçoes adicionais:
<li>
<ul>
Extra queijo
</ul>
</li>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment