Skip to content

Instantly share code, notes, and snippets.

@alefcastelo
Created August 2, 2016 13:33
Show Gist options
  • Save alefcastelo/cfbe2e7a3b25825dd3e9a3a46e39cf14 to your computer and use it in GitHub Desktop.
Save alefcastelo/cfbe2e7a3b25825dd3e9a3a46e39cf14 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title><?php print "Titulo da pagina" ?></title>
</head>
<body>
<?= "conteúdo do site" ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment