Update static/index.html
Browse files- 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
|
|
|
|
|
|
|
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>
|