mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
612 B
HTML
25 lines
612 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>
|
|
OA
|
|
</title>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="<%= productDescription %>">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
<meta name="viewport"
|
|
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
|
|
|
|
<link rel="icon" type="image/ico" href="favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
<div id='v-msg'></div>
|
|
<!-- quasar:entry-point -->
|
|
</body>
|
|
|
|
</html>
|