diff options
author | Paul Duncan <pabs@pablotron.org> | 2020-03-06 21:04:00 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2020-03-06 21:04:00 -0500 |
commit | aa0b112fe7acd2ae7eeef3ca39739f98b0adce2c (patch) | |
tree | 7da40b4fa97250c5403ad86f1c5c28fed6324c21 /public | |
parent | 2ac74dc3448e4c799351ed60241848e286239836 (diff) | |
download | alonzo-mood-calculator-aa0b112fe7acd2ae7eeef3ca39739f98b0adce2c.tar.bz2 alonzo-mood-calculator-aa0b112fe7acd2ae7eeef3ca39739f98b0adce2c.zip |
add meta tag
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index eefcf1b..052849b 100644 --- a/public/index.html +++ b/public/index.html @@ -2,6 +2,8 @@ <html lang='en-US'> <head> <meta charset='utf-8'/> + <meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'/> + <title>Alonzo Mood Calculator</title> <link rel='stylesheet' type='text/css' href='face.css'/> </head> |