Skip to content

Instantly share code, notes, and snippets.

View okmanideep's full-sized avatar

Manideep Polireddi okmanideep

View GitHub Profile
@okmanideep
okmanideep / beginhtml.html
Last active August 29, 2015 14:05
HTML page template
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<title>title</title>
</head>
<body>
content
</body>