Skip to content

Instantly share code, notes, and snippets.

@Jeffreymaniac
Last active March 26, 2023 21:26
Show Gist options
  • Save Jeffreymaniac/6d2181a494c5bc776ec25674837ba55b to your computer and use it in GitHub Desktop.
Save Jeffreymaniac/6d2181a494c5bc776ec25674837ba55b to your computer and use it in GitHub Desktop.
HTML Document Template
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Hello World!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
button, input[type=button], input[type=submit], input[type=checkbox], input[type="radio"], input[type=reset] {cursor:pointer;}
</style>
</head>
<body>
<h1>Hello world!</h1>
<p>Hello world!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment