diff options
author | Elizabeth (Lizzy) Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-17 14:24:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 14:24:10 -0700 |
commit | 3ac982dfa653f0eb7fbceeb1678a3cae93b512f4 (patch) | |
tree | cbc1f1f60a64969220937a096c7edb4c2338d178 | |
parent | 0e2674fb0d6507009c17dbbf1b803ceb93f1effc (diff) | |
download | simponic.xyz-3ac982dfa653f0eb7fbceeb1678a3cae93b512f4.tar.gz simponic.xyz-3ac982dfa653f0eb7fbceeb1678a3cae93b512f4.zip |
Update index.html
i swear i don't hate mobile users
-rw-r--r-- | godel/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/godel/index.html b/godel/index.html index 4c13be7..f0d12e7 100644 --- a/godel/index.html +++ b/godel/index.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Liz's L-Program Compiler</title> <link rel="stylesheet" type="text/css" href= "codemirror/codemirror.css"> |