Skip to content

Instantly share code, notes, and snippets.

@alitheDev
Created September 29, 2022 04:24
Embed
What would you like to do?
HTML Starting Template
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment