Skip to content

Instantly share code, notes, and snippets.

@MrChuffmanSnippets
Created March 15, 2012 10:05
Show Gist options
  • Save MrChuffmanSnippets/2043416 to your computer and use it in GitHub Desktop.
Save MrChuffmanSnippets/2043416 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>
@Xseron
Copy link

Xseron commented Jun 14, 2024

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment