Skip to content

Instantly share code, notes, and snippets.

View manuel-schoebel's full-sized avatar

Manuel Schoebel manuel-schoebel

View GitHub Profile
@diyan
diyan / pci_dss.md
Last active September 30, 2024 15:12
PCI DSS. Useful resources
@manuel-schoebel
manuel-schoebel / html5boilerplate.jade
Created July 9, 2012 08:14 — forked from xtian/html5boilerplate.jade
HTML5 Boilerplate in jade
!!! 5
//if lt IE 7
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en">
//if IE 7
<html class="no-js lt-ie9 lt-ie8" lang="en">
//if IE 8
<html class="no-js lt-ie9" lang="en">
//[if gt IE 8]><!
html(class='no-js', lang='en')
//<![endif]