Skip to content

Instantly share code, notes, and snippets.

View callerobertsson's full-sized avatar
Converting coffee to code

Calle Robertsson callerobertsson

Converting coffee to code
View GitHub Profile
@callerobertsson
callerobertsson / page-template.html
Created May 14, 2013 06:51
HTML: Page template #snippet
<!DOCTYPE html>
<!-- by calle@stenhall.com -->
<html>
<head>
<title>TITLE</title>
<style>
@import url("reset.css");
@import url("style.css");
</style>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>