diff options
| author | Josh Brewer | 2011-03-30 10:15:08 -0700 | 
|---|---|---|
| committer | Josh Brewer | 2011-03-30 10:16:13 -0700 | 
| commit | 0b56868cafc04bcca61a9bda36d6351f05a2461c (patch) | |
| tree | 240b3770b9c7792c96e2224a5025fdefc55af7ff | |
| parent | e157d7c0d47d0506ccdfaf220460503057209d04 (diff) | |
| download | ffffallback-0b56868cafc04bcca61a9bda36d6351f05a2461c.tar.bz2 | |
inital directory setup
| -rw-r--r-- | index.html | 5 | ||||
| -rw-r--r-- | secret.html | 21 | 
2 files changed, 24 insertions, 2 deletions
| @@ -15,7 +15,8 @@      <h1>FFFFALLBACK</h1>      <h2>A simple tool for bulletproof web typography.</h2>    </hgroup>  -  <p>Shhhh! This is top secret. Grab the bookmarklet and take it for a spin. Please send any and all feedback to me at <a href="mailto:josh@jbrewer.me">feedback@ffffallback.com</a></p> -  <p>This is the bookmarklet: <a href="javascript:(function(){var scriptTag=document.createElement('script');scriptTag.setAttribute('src','http://ffffallback.com/bookmarklet/ffffallback.js?r' + Math.random());var linkTag=document.createElement('link');linkTag.setAttribute('href','http://ffffallback.com/bookmarklet/ffffallback.css');linkTag.setAttribute('rel','stylesheet');document.body.appendChild(scriptTag);document.body.appendChild(linkTag);})();">ffffallback</a>—drag it to your bookmarks bar and brace yourself for an onslaught of unicorns and rainbows. +  <p> +    Coming soon.  +  </p>  </body>  </html> diff --git a/secret.html b/secret.html new file mode 100644 index 0000000..5fa0df4 --- /dev/null +++ b/secret.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> +<head> +  <meta charset="utf-8"> +  <title>FFFFALLBACK</title> +  <style type="text/css" media="screen"> +    body { +      color:#444; +      font: normal normal normal 1em/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif; +    } +  </style> +</head> +<body> +  <hgroup>   +    <h1>FFFFALLBACK</h1> +    <h2>A simple tool for bulletproof web typography.</h2> +  </hgroup>  +  <p>Shhhh! This is top secret. Grab the bookmarklet and take it for a spin. Please send any and all feedback to me at <a href="mailto:josh@jbrewer.me">feedback@ffffallback.com</a></p> +  <p>This is the bookmarklet: <a href="javascript:(function(){var scriptTag=document.createElement('script');scriptTag.setAttribute('src','http://ffffallback.com/bookmarklet/ffffallback.js?r' + Math.random());var linkTag=document.createElement('link');linkTag.setAttribute('href','http://ffffallback.com/bookmarklet/ffffallback.css');linkTag.setAttribute('rel','stylesheet');document.body.appendChild(scriptTag);document.body.appendChild(linkTag);})();">ffffallback</a>—drag it to your bookmarks bar and brace yourself for an onslaught of unicorns and rainbows.</p> +</body> +</html> | 
