diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-09-19 11:18:42 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-09-19 11:18:42 -0400 |
commit | e9f05a3e394f7f4850a259f6c3784c5e1975fb2d (patch) | |
tree | e94e1d5c47a4d3f1a100dbae7f56a9fb0c8b36f2 /index.html | |
parent | e8d499f682950d02fb143b504ced7cefac23534a (diff) | |
download | yorku-course-query-e9f05a3e394f7f4850a259f6c3784c5e1975fb2d.tar.xz yorku-course-query-e9f05a3e394f7f4850a259f6c3784c5e1975fb2d.zip |
add meta viewport
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,9 @@ <head> <meta charset="utf-8"> <title>Unofficial York University Course Query</title> - <script async src="script.js"></script> <link rel="stylesheet" href="style.css"> + <script async src="script.js"></script> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <div class="container"> |