Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

72 wiersze
1.0 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>New ThinkJS Application</title>
  6. <style>
  7. * {
  8. padding: 0;
  9. margin: 0;
  10. font-size: 16px;
  11. line-height: 20px;
  12. font-family: arial;
  13. }
  14. a,
  15. a:visited {
  16. color: #337ab7;
  17. text-decoration: none;
  18. }
  19. header {
  20. padding: 70px 0 70px 0;
  21. background-color: #4A6495
  22. }
  23. h1 {
  24. font-size: 36px;
  25. color: #fff;
  26. font-weight: normal;
  27. }
  28. code {
  29. padding: 2px 4px;
  30. font-size: 90%;
  31. color: #c7254e;
  32. background-color: #f9f2f4;
  33. border-radius: 4px;
  34. }
  35. .content {
  36. width: 1000px;
  37. margin: auto
  38. }
  39. .wrap {
  40. width: 1000px;
  41. margin: auto
  42. }
  43. .list {
  44. width: 800px;
  45. white-space: pre-line;
  46. line-height: 3;
  47. }
  48. </style>
  49. </head>
  50. <body>
  51. <header>
  52. <div class="wrap">
  53. <h1>证书自动更新系统</h1>
  54. </div>
  55. </header>
  56. <div class="content">
  57. <div class="list">
  58. <%= msgs %>
  59. </div>
  60. </div>
  61. </body>
  62. </html>