summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJosh Brewer2011-03-30 10:05:17 -0700
committerJosh Brewer2011-03-30 10:05:17 -0700
commite157d7c0d47d0506ccdfaf220460503057209d04 (patch)
treee920df136eca5f87def1ef0cc48cf854f826208b /index.html
parentd7769fa9e86fc00624bd6114ed4332a9f7165105 (diff)
downloadffffallback-e157d7c0d47d0506ccdfaf220460503057209d04.tar.bz2
inital directory setup
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8c107ad
--- /dev/null
+++ b/index.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>&mdash;drag it to your bookmarks bar and brace yourself for an onslaught of unicorns and rainbows.
+</body>
+</html>