Skip to content

Instantly share code, notes, and snippets.

View Jeffreymaniac's full-sized avatar
😎
I like t̶u̶r̶t̶l̶e̶s̶ programming

Jeffreymaniac Jeffreymaniac

😎
I like t̶u̶r̶t̶l̶e̶s̶ programming
View GitHub Profile
@Jeffreymaniac
Jeffreymaniac / template.html
Last active March 26, 2023 21:26
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>