Skip to content

Instantly share code, notes, and snippets.

@pianomanfrazier
Last active September 6, 2019 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pianomanfrazier/3b17cffd183ca6af3b276ae744a49b6a to your computer and use it in GitHub Desktop.
Save pianomanfrazier/3b17cffd183ca6af3b276ae744a49b6a to your computer and use it in GitHub Desktop.
html simple boiler plate
<html lang="en">
<head>
<title></title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="main.css">
</head>
<body>
<!-- external scripts -->
<script src="main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment