Skip to content

Instantly share code, notes, and snippets.

@marcus-herrmann
Created March 7, 2012 10:41
Show Gist options
  • Save marcus-herrmann/1992466 to your computer and use it in GitHub Desktop.
Save marcus-herrmann/1992466 to your computer and use it in GitHub Desktop.
HTML Starting Template
<!DOCTYPE html>
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Title</title>
<link href="css/screen.css" rel="stylesheet" media="screen" type="text/css" />
<link href="css/print.css" rel="stylesheet" media="print" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/domscript.js"></script>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="index, follow" />
</head>
<body>
<!-- Content -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment