Skip to content

Instantly share code, notes, and snippets.

@EncodeTheCode
Created August 5, 2017 03:23
Show Gist options
  • Save EncodeTheCode/a6af72771110ac116fa078bdb4bc4258 to your computer and use it in GitHub Desktop.
Save EncodeTheCode/a6af72771110ac116fa078bdb4bc4258 to your computer and use it in GitHub Desktop.
<?php
echo <<< p
<!DOCTYPE html>
<html>
<head>
<title>Page title</title>
<style>
html,body{background-color:rgb(22,22,22);color:rgba(222,222,222,0.9);}
<style>
</head>
<body>
<p>
<div>
<h3>HTML basics.</h3>
HTML learning.
</div>
</p>
</body>
</html>
p;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment