Skip to content

Instantly share code, notes, and snippets.

@federicojd
Created April 4, 2020 15:57
Show Gist options
  • Save federicojd/2d7a83e55f9d880a32cb5f98a0a4fb97 to your computer and use it in GitHub Desktop.
Save federicojd/2d7a83e55f9d880a32cb5f98a0a4fb97 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