summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Kumar <mundane140@gmail.com>2020-06-01 18:05:13 +0530
committerAkshay Kumar <mundane140@gmail.com>2020-06-01 18:05:13 +0530
commitec9708acdd8c2b61cc26af2bba26a1238fb9e517 (patch)
treec68e938e1164ed66f58daccef4c97a40c27dc63b
parent5fa1dea6212a1e3d3561a55b811d4375c390c7da (diff)
downloadenchant-ec9708acdd8c2b61cc26af2bba26a1238fb9e517.tar.gz
Update index.html
Add <meta> tag for setting the viewport of the page. This gives the browser instructions on how to control the page's dimensions and scaling.
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index c80b5ec..c6c6c04 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<!--responsive layout-->
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">