Created
September 5, 2013 09:30
-
-
Save phpfiddle/6447980 to your computer and use it in GitHub Desktop.
ttttttttttttttttttttttttttttttttttttttttt
This file contains hidden or 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
<?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