Skip to content

Instantly share code, notes, and snippets.

@eltioska
Last active July 16, 2020 00:44
Show Gist options
  • Save eltioska/2018850 to your computer and use it in GitHub Desktop.
Save eltioska/2018850 to your computer and use it in GitHub Desktop.
HTML: Starting Template #html
<!doctype html>
<head>
<meta charset=utf-8>
<title></title>
</head>
<body>
<script src="ttps://ajax.googleapis.com/ajax/libs/jquery/1.7.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