Skip to content

Commit ecdbc3e

Browse files
committed
example: add viewport meta tag
1 parent 1f1a50b commit ecdbc3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
45
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" />
56
</head>
67
<body>

0 commit comments

Comments
 (0)