Skip to content

Instantly share code, notes, and snippets.

View interfeis's full-sized avatar

Interfeis interfeis

View GitHub Profile
@interfeis
interfeis / index.html
Created July 2, 2012 16:30
Simple HTML5 boilerplate
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
<link rel="stylesheet" href="css/style.css?v=1.0">
</head>
<body>
<script type="text/javascript" src="js/script.js"></script>