Skip to content

Instantly share code, notes, and snippets.

View RodRitter's full-sized avatar

Rod Ritter RodRitter

View GitHub Profile
@RodRitter
RodRitter / gist:5387372
Created April 15, 2013 11:12 — forked from noknokstdio/gist:4698973
HTML: HTML 5 Template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Template</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>