Add viewport meta tag to aid in iOS page rendering (#165)

This commit is contained in:
Jesse Peterson
2017-05-24 11:08:39 -07:00
committed by GitHub
parent c08c8e9035
commit 6497a144ef

View File

@@ -60,6 +60,7 @@ const homePage = `<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MicroMDM</title>
<style>
body {