Skip to content

Instantly share code, notes, and snippets.

@taras-d
Created December 12, 2018 10:38
Show Gist options
  • Save taras-d/bc27a58a8785223b078692cd2cac93c7 to your computer and use it in GitHub Desktop.
Save taras-d/bc27a58a8785223b078692cd2cac93c7 to your computer and use it in GitHub Desktop.
Minimal template for HTML page
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment