Skip to content

Instantly share code, notes, and snippets.

@20minutos
20minutos / paginator.html
Created July 10, 2012 13:14 — forked from lancejpollard/paginator.html
Semantic Pagination HTML5
<nav class="paginator" role="toolbar">
<ul class="goto-pages">
<li class="goto-search">
<a href="#search" class="search-pages" title="Toggle Advanced Search">&#8981;</a>
</li>
<li class="goto-page">
<a href="/admin/users?page=1" aria-disabled="true" class="first-page disabled" data-page="1" rel="first" title="Go to the first page">&#8676;</a>
</li>
<li class="goto-page">
<a href="/admin/users?page=1" aria-disabled="true" class="prev-page disabled" data-page="1" rel="prev" title="Go to page 1">&#8672;</a>
@20minutos
20minutos / normalized.html
Created July 10, 2012 13:16 — forked from scottkellum/normalized.html
pixel normalization
<!doctype html>
<html>
<head>
<!-- Encoding -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"></meta>