15 lines
432 B
HTML
15 lines
432 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><!--[var:title]--></title>
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name = "viewport" content = "user-scalable = no, initial-scale=0.8,maximum-scale=0.8 ,shrink-to-fit=yes" />
|
|
<link rel="manifest" href="/manifest.webmanifest">
|
|
</head>
|
|
<body ontouchstart="" class="darkMode">
|
|
<div id="authenticator">
|
|
|
|
</div>
|
|
<!--[template:keyboards]-->
|
|
</body>
|
|
</html> |