Skip to content

Instantly share code, notes, and snippets.

View Xseron's full-sized avatar
🎯
Focusing

David Torossyan Xseron

🎯
Focusing
View GitHub Profile
@MrChuffmanSnippets
MrChuffmanSnippets / index.html
Created March 15, 2012 10:05
HTML5: Blank Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>