Skip to content

Instantly share code, notes, and snippets.

@gduverger
Last active March 17, 2019 02:22
Show Gist options
  • Select an option

  • Save gduverger/5846627 to your computer and use it in GitHub Desktop.

Select an option

Save gduverger/5846627 to your computer and use it in GitHub Desktop.
HTML5
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
</head>
<body>
<p>Paragraph</p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="script.js"></script>
<script>
$(function() {
// Handler for .ready() called.
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment