Skip to content

Instantly share code, notes, and snippets.

View farrukhsubhani's full-sized avatar
💭
Excited

Farrukh Subhani farrukhsubhani

💭
Excited
View GitHub Profile
@farrukhsubhani
farrukhsubhani / base.css
Last active August 29, 2015 14:04
Basic HTML CSS and JS Structure
/* CSS Comments */
p {
color:#33f;
}
@farrukhsubhani
farrukhsubhani / index.html
Last active February 9, 2016 21:09
ROI Calculator
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex, nofollow">
<link rel="stylesheet" type="text/css" href="/css/result-light.css">