Skip to content

Instantly share code, notes, and snippets.

View alexpersegona's full-sized avatar

alex persegona alexpersegona

View GitHub Profile
@alexpersegona
alexpersegona / states_hash.json
Created July 26, 2016 22:53 — forked from mshafrir/states_hash.json
US states in JSON form
{
"AL": "Alabama",
"AK": "Alaska",
"AS": "American Samoa",
"AZ": "Arizona",
"AR": "Arkansas",
"CA": "California",
"CO": "Colorado",
"CT": "Connecticut",
"DE": "Delaware",
@alexpersegona
alexpersegona / start.html
Created January 10, 2013 23:33 — forked from akakie/start.html
HTML5 Starter
<!DOCTYPE html>
<html>
<head>
<title>HTML5</title>
</head>
<body>
Content here...
</body>
</html>