vr-shopxo-source/app/install/view/public/header.html

26 lines
1.7 KiB
HTML
Raw Normal View History

2018-12-28 10:58:37 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>ShopXO安装程序</title>
<meta name="description" content="ShopXO是国内领先的商城系统提供商为企业提供php商城系统、微信商城、小程序。" />
<meta name="keywords" content="ShopXO,开源电商系统,开源商城,开源B2C,免费商城系统,商城系统,B2C商城,微信商城,支付宝小程序,微信小程序,微信公众号,支付宝生活号" />
2019-10-16 07:06:46 +00:00
<meta name="generator" content="{{$Think.__MY_URL__}}" />
2018-12-28 10:58:37 +00:00
<meta name="application-name" content="ShopXO" />
<meta name="msapplication-tooltip" content="ShopXO" />
2019-10-16 07:06:46 +00:00
<meta name="msapplication-starturl" content="{{$Think.__MY_URL__}}" />
<link rel="shortcut icon" type="image/x-icon" href="{{$Think.__MY_URL__}}favicon.ico" />
2018-12-28 10:58:37 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1">
2019-01-11 09:35:35 +00:00
<link rel="stylesheet" type="text/css" href="{{$Think.__MY_ROOT_PUBLIC__}}static/common/lib/assets/css/amazeui.css" />
<link rel="stylesheet" type="text/css" href="{{$Think.__MY_ROOT_PUBLIC__}}static/common/lib/amazeui-switch/amazeui.switch.css" />
<link rel="stylesheet" type="text/css" href="{{$Think.__MY_ROOT_PUBLIC__}}static/common/lib/amazeui-chosen/amazeui.chosen.css" />
<link rel="stylesheet" type="text/css" href="{{$Think.__MY_ROOT_PUBLIC__}}static/common/lib/cropper/cropper.min.css" />
2018-12-28 10:58:37 +00:00
2019-01-11 09:35:35 +00:00
<link rel="stylesheet" type="text/css" href="{{$Think.__MY_ROOT_PUBLIC__}}static/common/css/common.css" />
<link rel="stylesheet" type="text/css" href="{{$Think.__MY_ROOT_PUBLIC__}}static/install/css/index.css" />
2022-04-24 06:50:38 +00:00
<script type="text/javascript">
2022-05-20 04:53:32 +00:00
var __system_type__ = '{{$system_type}}';
2022-04-24 06:50:38 +00:00
var __env_max_input_vars_count__ = '{{$env_max_input_vars_count}}';
</script>
2018-12-28 10:58:37 +00:00
<body>