Skip to content

Instantly share code, notes, and snippets.

View josed's full-sized avatar
🏠
Working from home

Jose Dizon josed

🏠
Working from home
View GitHub Profile
@josed
josed / single-column-web-page.html
Created February 10, 2012 20:24
Single column web page, HTML, CSS, Google Web Fonts
<!-- Single column web page, HTML, CSS, Google Web Fonts
Jose Dizon
http://github.com/josed
http://josed.net
-->
<html>
@josed
josed / ebay-ad-josed.net.html
Created February 2, 2012 23:49
Sample eBay ad HTML template
<!-- Sample eBay ad HTML template
http://josed.net
-->
<div>
<table width="600" align="center" cellpadding="4" cellspacing="0" bgcolor="#FFFFCC">
<tr>
@josed
josed / test-p-g.html
Created January 30, 2012 19:01
test public gist
<html>
<body>
HELLO WORLD
</body>
</html>