Skip to content

Instantly share code, notes, and snippets.

@ecojuntak
Created February 20, 2020 13:13
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 ecojuntak/c1702b6efe9f2b050a5a7bc00ed152c6 to your computer and use it in GitHub Desktop.
Save ecojuntak/c1702b6efe9f2b050a5a7bc00ed152c6 to your computer and use it in GitHub Desktop.
<html>
<head>
<title> # Title Here </title>
</head>
<body>
<div style="background: #388BF2; font-size: 24px; color: white">
# Header here
</div>
<div style="margin-top: 20px; margin-bottom: 20px">
# Content here
</div>
<div style="background: #31B057; font-size: 20px; color: white">
# Footer here
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment