mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-12 20:46:35 +00:00
specify viewport to make page ready for mobile responsiveness
This commit is contained in:
parent
b5172c0dbd
commit
d342d2c280
@ -1,10 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Status.im - Contracts</title>
|
||||
<title>Status.im - Survey</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
</div>
|
||||
<script src="js/dapp.js"></script>
|
||||
<div id="app">
|
||||
</div>
|
||||
<script src="js/dapp.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user