2025-03-27 23:06:31 +08:00

20 lines
874 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
{block name='title'}{/block}
<meta name="renderer" content="webkit">
<meta name="format-detection" content="telephone=no">
<meta name="mobile-web-app-capable" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<link rel="shortcut icon" href="{:sysconf('site_icon')}">
<link rel="stylesheet" href="__ROOT__/static/plugs/layui/css/layui.css">
<link rel="stylesheet" href="__ROOT__/static/theme/css/mobile.css">
{block name='style'}{/block}
<script src="__ROOT__/static/plugs/jquery/pace.min.js"></script>
</head>
<body>{block name='content'}{/block}</body>
</html>