Skip to content

Instantly share code, notes, and snippets.

View pierrebeaucamp's full-sized avatar

Pierre Beaucamp pierrebeaucamp

View GitHub Profile
@igrigorik
igrigorik / file.html
Created July 6, 2012 08:01
Example of early head flush on load time
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Hello</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
Hello World
</body>