Skip to content

Instantly share code, notes, and snippets.

@NathalieLarsson
Created March 7, 2012 07:14
Show Gist options
  • Save NathalieLarsson/1991597 to your computer and use it in GitHub Desktop.
Save NathalieLarsson/1991597 to your computer and use it in GitHub Desktop.
HTML: Starting template
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>My new website 2012 - Nathalie Larsson</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<link href="style.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<h1>This is a header</h1>
<p>This is a paragraph</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment