Skip to content

Instantly share code, notes, and snippets.

@sabirkothiya
Created December 1, 2018 16:14
Show Gist options
  • Save sabirkothiya/b12b782962fb24b833e3dfc57af8be59 to your computer and use it in GitHub Desktop.
Save sabirkothiya/b12b782962fb24b833e3dfc57af8be59 to your computer and use it in GitHub Desktop.
Basic HTML5 boilerplate code to get you started.
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<title>HyperText Markup Language 5 (HTML5)</title>
<link href="style.css" type="text/css" rel="stylesheet" title="Cascading Style Sheets" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment