diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-11-17 22:02:08 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-11-17 22:02:08 -0500 |
| commit | e74dcc4f14446b4ec14ff8bf4b83149f97c53e9e (patch) | |
| tree | 038839a9f99ecb7cb70abab37f6dbfffdfe3b841 /static/index.html | |
| parent | 67f7e49c2393cdce9f0315b656117e30d43ebc62 (diff) | |
| download | fle.ms-e74dcc4f14446b4ec14ff8bf4b83149f97c53e9e.tar.gz | |
Typos and verbosity
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index f28f793..c25c686 100644 --- a/static/index.html +++ b/static/index.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Carson Fleming" /> - <meta name="description" content="fle.ms case-insensitive url shortener." /> + <meta name="description" content="fle.ms is a 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." /> <link rel="canonical" href="https://fle.ms/" /> <link rel="icon" type="image/svg+xml" href="https://cdn.cflems.net/fle.ms/logo.svg" /> <link rel="stylesheet" type="text/css" href="css/fonts.css" /> @@ -37,7 +37,7 @@ </div> <div id="rhs"> <h3>What is this?</h3> - <p>fle.ms is an REST API driven URL shortener—a service which stores + <p>fle.ms is a 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, |
