Skip to content

Instantly share code, notes, and snippets.

@fagci
Last active January 23, 2021 13:12
Show Gist options
  • Save fagci/585159c96745722b76084f4bbacaa97d to your computer and use it in GitHub Desktop.
Save fagci/585159c96745722b76084f4bbacaa97d to your computer and use it in GitHub Desktop.
HTML5 template with mobile devices support
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title</title>
</head>
<body>
<h1>Heading</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment