Skip to content

Instantly share code, notes, and snippets.

@vikrum
Created September 18, 2017 17:59
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 vikrum/c2ba0c2f61ec9abb57d9f5096ee17c8a to your computer and use it in GitHub Desktop.
Save vikrum/c2ba0c2f61ec9abb57d9f5096ee17c8a to your computer and use it in GitHub Desktop.
HTML stub
<!DOCTYPE html>
<html lang="en">
<head>
<title>title</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href=".css">
<script src=".js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment