You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.4 KiB
45 lines
2.4 KiB
<!DOCTYPE html>
|
|
<html lang="">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<!-- <link rel="manifest" href="manifest.json"> -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="apple-mobile-web-app-title" content="SlashCard電子名片">
|
|
<meta name="apple-touch-fullscreen" content="yes">
|
|
<link rel="apple-touch-icon" href="<%= BASE_URL %>img/icons/logo.png" sizes="192x192">
|
|
<link rel="stylesheet" href="<%= BASE_URL %>css/flex2html.css">
|
|
<link rel="stylesheet" href="https://at.alicdn.com/t/font_3193091_nixfhsddmnl.css">
|
|
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous"> -->
|
|
<link rel="stylesheet" id="rtl-link" type="text/css" href="<%= BASE_URL %>assets/css/vendors/bootstrap.css" />
|
|
<link href="https://dev.iconly.io/public/1osUDQK8vVhk/iconly.css" rel="stylesheet"/>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<strong>SlashCard電子名片</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
<script src="<%= BASE_URL %>js/flex2html.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/pwacompat@2.0.15/pwacompat.min.js"></script>
|
|
<script src="<%= BASE_URL %>assets/js/bootstrap.bundle.min.js"></script>
|
|
<!-- <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> -->
|
|
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script> -->
|
|
<script>
|
|
var iOS = (/iP(hone|od|ad)/.test(navigator.userAgent));
|
|
if (iOS) {
|
|
var v = (navigator.appVersion).match(/OS (\d+)_(\d+)_?(\d+)?/);
|
|
var iOSversion = parseInt(v[1], 10);
|
|
if (iOSversion < 13) {
|
|
document.querySelector('link[rel="manifest"]').setAttribute("rel", "no-on-ios");
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
|
|
</html> |