diff options
author | Paul Duncan <pabs@pablotron.org> | 2020-03-06 20:24:19 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2020-03-06 20:24:19 -0500 |
commit | dd4916b43b4e6e1139aead4202f82401fc454e98 (patch) | |
tree | 601cc5a66a45d4ec3227ad263eef081211cc7fff /public | |
parent | 3b2311e0e9f0563d0c75d97b42ecfcecb49ae0a2 (diff) | |
download | alonzo-mood-calculator-dd4916b43b4e6e1139aead4202f82401fc454e98.tar.bz2 alonzo-mood-calculator-dd4916b43b4e6e1139aead4202f82401fc454e98.zip |
fix page title
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index bd36304..90bcd48 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ <html lang='en-US'> <head> <meta charset='utf-8'/> - <title>Alonzo's Mood</title> + <title>Alonzo Mood Calculator</title> <link rel='stylesheet' type='text/css' href='face.css'/> </head> |