Skip to content

Instantly share code, notes, and snippets.

@afrodesia
Created January 17, 2017 02:16
Show Gist options
  • Select an option

  • Save afrodesia/72ee826d889b681f0f3d6951f57b6baf to your computer and use it in GitHub Desktop.

Select an option

Save afrodesia/72ee826d889b681f0f3d6951f57b6baf to your computer and use it in GitHub Desktop.
Basic Html Page Starter
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<title></title>
<body>
<!-- Javascript load -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment