Skip to content

Instantly share code, notes, and snippets.

@Safturento
Safturento / HTML: Basic Template
Created April 17, 2012 20:43
HTML: Basic Template
<!doctype html>
<html>
<head lang="en">
<title></title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrapper">