Skip to content

Instantly share code, notes, and snippets.

@intfrr
Forked from MrChuffmanSnippets/index.html
Created January 11, 2021 02:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intfrr/12ddf4e67df9fe08ea9652e4f996d11d to your computer and use it in GitHub Desktop.
Save intfrr/12ddf4e67df9fe08ea9652e4f996d11d to your computer and use it in GitHub Desktop.
HTML5: Blank Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment