Skip to content

Instantly share code, notes, and snippets.

@saintedlama
Created September 4, 2021 06:13
Show Gist options
  • Save saintedlama/88a339e868581d1d72fd81d86ef952ae to your computer and use it in GitHub Desktop.
Save saintedlama/88a339e868581d1d72fd81d86ef952ae to your computer and use it in GitHub Desktop.
Minimal responsive html boilerplate
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Minimal responsive boilerplate</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment