Skip to content

Instantly share code, notes, and snippets.

@lgrachov
Last active July 22, 2024 18:10
Show Gist options
  • Save lgrachov/a89966886cfed4d761964b1d8a3f45b5 to your computer and use it in GitHub Desktop.
Save lgrachov/a89966886cfed4d761964b1d8a3f45b5 to your computer and use it in GitHub Desktop.
HTML boilerplate
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<!-- Add your code here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment