Sergidev commited on
Commit
d87d7ec
·
verified ·
1 Parent(s): 85d3c15

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +5 -2
static/index.html CHANGED
@@ -2,7 +2,10 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
 
 
6
  <title>Weboard - Collaborative Whiteboard</title>
7
  <link rel="stylesheet" href="/style.css" />
8
  </head>
@@ -18,4 +21,4 @@
18
  </div>
19
  <script src="/script.js"></script>
20
  </body>
21
- </html>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
8
+ />
9
  <title>Weboard - Collaborative Whiteboard</title>
10
  <link rel="stylesheet" href="/style.css" />
11
  </head>
 
21
  </div>
22
  <script src="/script.js"></script>
23
  </body>
24
+ </html>