Skip to content

Instantly share code, notes, and snippets.

@travismillerweb
Created March 21, 2012 15:31
Show Gist options
  • Save travismillerweb/2148506 to your computer and use it in GitHub Desktop.
Save travismillerweb/2148506 to your computer and use it in GitHub Desktop.
HTML - Starting Template
<html>
<head>
<title> favorites / bookmark title goes here </title>
<link rel = "stylesheet" href = "">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
</script>
</head>
<body>
<h1> My first page </h1>
This is my first web page and I can say anything I want in here - I do that by putting text or images in the body section - where I'm typing right now son :)
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment