Skip to content

Instantly share code, notes, and snippets.

@alex-gist
alex-gist / gist:2023165
Created March 12, 2012 16:26
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Sample Title</title>
<link rel="stylesheet" href="style.css">
</head>
<body>