Skip to content

Instantly share code, notes, and snippets.

View sebestindragos's full-sized avatar

Dragos Sebestin sebestindragos

View GitHub Profile
@sebestindragos
sebestindragos / HTML: Starting Template
Created April 8, 2012 09:06
HTML: Starting Template
<!DOCTYPE html>
<html>
<head>
<title>Site Tile</title>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA_Compatible" content="IE-edge,chrome-1"/>
<!--[if (lt IE 9)]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->