2
0
mirror of https://git.coolaj86.com/coolaj86/browser-authenticator.js synced 2025-03-14 12:20:46 +00:00

add viewport

This commit is contained in:
AJ ONeal 2015-10-23 02:02:33 -07:00
parent 125dca65f5
commit ae560e7803

View File

@ -3,6 +3,7 @@
<head> <head>
<title>BOTP Test</title> <title>BOTP Test</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<body> <body>
<h1>Authenticator Test</h1> <h1>Authenticator Test</h1>