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.
 
 
 
 
 
 

60 lines
1.7 KiB

  1. <?php defined('PHALAPI_INSTALL') || die('no access'); ?>
  2. <!DOCTYPE html>
  3. <html lang="zh-CN">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
  9. <meta name="description" content="">
  10. <meta name="author" content="">
  11. <link rel="icon" href="http://webtools.qiniudn.com/dog_catch.png">
  12. <title>快速安装 - PhalApi</title>
  13. <link href="./static/css/pintuer.css" rel="stylesheet">
  14. <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
  15. <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  16. <!-- <script src="../../assets/js/ie-emulation-modes-warning.js"></script> -->
  17. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  18. <!--[if lt IE 9]>
  19. <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  20. <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
  21. <![endif]-->
  22. </head>
  23. <style>
  24. body{
  25. background-color:#333;
  26. color: #fff;
  27. }
  28. .window{
  29. height: auto; margin: 0px auto;margin-top: 50px
  30. }
  31. .window_big{
  32. width: 800px;
  33. }
  34. .window_small{
  35. width: 600px;
  36. }
  37. .window_title{
  38. border-radius: 4px 4px 0px 0px;padding: 20px;
  39. }
  40. .t_normal{
  41. background-color: #FCB244 !important;
  42. }
  43. .t_error{
  44. background-color: #DE4E4E
  45. }
  46. .t_success{
  47. background-color: #7AC997
  48. }
  49. .footer{text-align: center;color: #333;}
  50. </style>
  51. <body>
  52. <div class="container">