Skip to content

Instantly share code, notes, and snippets.

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
{
// Your username on GitHub
"username": "***",
// Your password on GitHub
"password": "***",
// Proxy server
// Format: "http://user:pass@proxy:port"
"https_proxy": ""
@dylan-ngo11
dylan-ngo11 / HTML4 Template
Created May 26, 2012 11:07
standard html4 template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
@dylan-ngo11
dylan-ngo11 / HTML5 Template
Created May 26, 2012 11:08
Standard HTML5 Template
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>
<body>
</body>
@dylan-ngo11
dylan-ngo11 / gist:21c2b94d7ce841ede3ba
Created August 29, 2015 02:30
HT-member custom post type
<?php
/**
* Plugin Name: Haintheme Member
* Plugin URI: http://haintheme.com
* Description: Create a team member for your theme.
* Version: 1.0.0
* Author: Haintheme
* Author URI: http://haintheme.com
* Text Domain: haintheme
* License: GNU General Public License v2 or later