Skip to content

Instantly share code, notes, and snippets.

@utilyre
Last active August 13, 2024 06:52
Show Gist options
  • Select an option

  • Save utilyre/7a7238d10fa4f0e19d18987befd10973 to your computer and use it in GitHub Desktop.

Select an option

Save utilyre/7a7238d10fa4f0e19d18987befd10973 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/index.css" />
<title>HTML5 Boilerplate</title>
</head>
<body>
<!-- TODO -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment