diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 25d0fd9..ccd7f42 100644 --- a/static/index.html +++ b/static/index.html @@ -9,6 +9,8 @@ <link rel="stylesheet" type="text/css" href="css/standard.css" /> <link rel="stylesheet" type="text/css" href="css/mobile.css" /> <title>fle.ms</title> + <script type="text/javascript" src="js/slug.js" async></script> + <script type="text/javascript" src="js/ajax.js" defer></script> </head> <body> <div id="header"> @@ -32,7 +34,26 @@ </div> </div> <div id="rhs"> - <p>A URL shortener is a thing that does blah blah blah.</p> + <h3>What is this?</h3> + <p>fle.ms is an REST API driven URL shortener—a service which stores + long and complicated URLs such as Google Drive documents, GitHub commit + references, Spotify playlists, and social media permalinks. Our service + replaces these long links that are hard to remember and share, + with short alphanumeric slugs and keywords that you can say or type out + in one go. + </p> + <h3>Why this service over another?</h3> + <p>Popular URL shorteners, like most other real estate on the internet, + have become saturated over their long tenure. Relevant keywords, names, + and even short random slugs are all taken, leading to longer and less + meaningful links. This is a fresh start. + </p> + <p>fle.ms places an emphasis on readability and communicability, so our + service ignores capitalization entirely. An 'a' is an + 'A' and a 'z' is a 'Z'. No need to sweat + over what kind. Our technology is optimized for usability without + sacrificing speed. + </p> </div> </div> </body> |
