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.
26 lines
1.1 KiB
26 lines
1.1 KiB
<?php
|
|
// 維護專用
|
|
// include "maintenance.php";
|
|
// $maintenancePeriod = "2023-11-17 15:30 AM 至 17:30 PM";
|
|
// $maintenancePage = new MaintenancePage($maintenancePeriod);
|
|
// $maintenancePage->displayPage();
|
|
?>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<meta name="theme-color" content="#000000">
|
|
<title>Masada維保</title>
|
|
<!--
|
|
<meta name="description" content="Mobilekit HTML Mobile UI Kit">
|
|
<meta name="keywords" content="bootstrap 4, mobile template, cordova, phonegap, mobile, html" />
|
|
-->
|
|
<link rel="icon" type="image/png" href="assets/img/favicon.png" sizes="32x32">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/icon/192x192.png">
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
<link rel="manifest" href="__manifest.json">
|
|
|
|
|
|
</head>
|