Skip to content

Instantly share code, notes, and snippets.

@b1ek
Created January 5, 2024 19:03
Show Gist options
  • Save b1ek/68fb884be3132ca0db90c18809959e30 to your computer and use it in GitHub Desktop.
Save b1ek/68fb884be3132ca0db90c18809959e30 to your computer and use it in GitHub Desktop.
my empty html template
<!DOCTYPE html>
<html lang='en_US'>
<head>
<meta charset='utf8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>
html, body {
font-family: 'Cantarell', 'Open Sans', 'Segoe UI', sans-serif
}
</style>
</head>
<body>
<!-- put code here -->
we will all die someday
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment