Skip to content

Instantly share code, notes, and snippets.

@palojuice
palojuice / gist:1992626
Created March 7, 2012 11:28
HTML5 : Start
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="UTF-8">
<title></title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="style.css">
</head>
<body>
@palojuice
palojuice / gist:1992313
Created March 7, 2012 09:56
jQuery : link
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>