diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-02-18 23:25:18 -0700 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-02-18 23:25:18 -0700 |
commit | 59ceec2b60d236767d6917dd726ce2205d7544e6 (patch) | |
tree | 0d474fa16833333930b3b9dadffedd87cfa37818 /index.html | |
parent | 324ecc0c95dd767dd47ad0ca47059dec58d308c9 (diff) | |
download | simponic.xyz-59ceec2b60d236767d6917dd726ce2205d7544e6.tar.gz simponic.xyz-59ceec2b60d236767d6917dd726ce2205d7544e6.zip |
Really forgot about viewport wow
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> <script src="https://kit.fontawesome.com/d7e97ed48f.js" crossorigin="anonymous"></script> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + </head> <body> <div class="top-container animate__animated animate__fadeIn"> |