Skip to content

Instantly share code, notes, and snippets.

@andreasbecker
Created December 18, 2012 18:33
Show Gist options
  • Save andreasbecker/4330646 to your computer and use it in GitHub Desktop.
Save andreasbecker/4330646 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen">
<title></title>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment