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.
|
- <?php defined('PHALAPI_INSTALL') || die('no access'); ?>
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
- <meta name="description" content="">
- <meta name="author" content="">
- <link rel="icon" href="http://webtools.qiniudn.com/dog_catch.png">
- <title>快速安装 - PhalApi</title>
- <link href="./static/css/pintuer.css" rel="stylesheet">
- <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
- <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
- <!-- <script src="../../assets/js/ie-emulation-modes-warning.js"></script> -->
-
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
- <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
- <![endif]-->
- </head>
- <style>
-
- body{
- background-color:#333;
- color: #fff;
- }
- .window{
- height: auto; margin: 0px auto;margin-top: 50px
- }
- .window_big{
- width: 800px;
- }
- .window_small{
- width: 600px;
- }
-
- .window_title{
- border-radius: 4px 4px 0px 0px;padding: 20px;
- }
- .t_normal{
- background-color: #FCB244 !important;
- }
- .t_error{
- background-color: #DE4E4E
- }
- .t_success{
- background-color: #7AC997
- }
- .footer{text-align: center;color: #333;}
- </style>
-
- <body>
- <div class="container">
-
-
|