summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-19 11:18:42 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-19 11:18:42 -0400
commite9f05a3e394f7f4850a259f6c3784c5e1975fb2d (patch)
treee94e1d5c47a4d3f1a100dbae7f56a9fb0c8b36f2 /index.html
parente8d499f682950d02fb143b504ced7cefac23534a (diff)
downloadyorku-course-query-e9f05a3e394f7f4850a259f6c3784c5e1975fb2d.tar.xz
yorku-course-query-e9f05a3e394f7f4850a259f6c3784c5e1975fb2d.zip
add meta viewport
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6417825..74c3f18 100644
--- a/index.html
+++ b/index.html
@@ -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">