mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 10:25:35 +08:00
25 lines
652 B
HTML
25 lines
652 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>提示</title>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<style type="text/css">
|
||
.installer-notice{
|
||
background:#FFF9CF;
|
||
border:1px solid #FFD324;
|
||
color:#514721;
|
||
padding:0.3em 0.8em 0.3em 0.8em;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="installer-notice">不支持php5</div>
|
||
</body>
|
||
</html>
|