Skip to content

Instantly share code, notes, and snippets.

@supanadit
Created August 16, 2020 04:51
Embed
What would you like to do?
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Header</h1>
<h2>Header</h2>
<h3>Header</h3>
<h4>Header</h4>
<h5>Header</h5>
<h6>Header</h6>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment