Created
January 5, 2024 19:03
-
-
Save b1ek/68fb884be3132ca0db90c18809959e30 to your computer and use it in GitHub Desktop.
my empty html template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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