specify viewport to make page ready for mobile responsiveness

This commit is contained in:
Barry Gitarts 2018-06-29 06:42:43 -04:00
parent b5172c0dbd
commit d342d2c280

View File

@ -1,10 +1,11 @@
<html> <html>
<head> <head>
<title>Status.im - Contracts</title> <title>Status.im - Survey</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<body> <body>
<div id="app"> <div id="app">
</div> </div>
<script src="js/dapp.js"></script> <script src="js/dapp.js"></script>
</body> </body>
</html> </html>