From 5636edd5b6af3486284b430f660b1b9e309a3671 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 20 Oct 2023 23:37:28 -0400 Subject: Bring it all together and nitpick the appearance --- static/index.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'static/index.html') 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 @@ fle.ms + +
-

A URL shortener is a thing that does blah blah blah.

+

What is this?

+

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. +

+

Why this service over another?

+

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. +

+

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. +

-- cgit v1.2.3