Simanta
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.html 691B

123456789101112131415161718192021222324252627282930313233343536
  1. <html>
  2. <head>
  3. <title>Under Maintenance</title>
  4. <style>
  5. body {
  6. background: url('assets/Under-Maintenance-Simanta.jpg') no-repeat top center fixed;
  7. background-size: 50%;
  8. }
  9. h1 {
  10. font-size: 32px;
  11. font-family: Verdana;
  12. color: #5eb4e7;
  13. }
  14. #msg {
  15. width: 100%;
  16. margin-top:420px;
  17. text-align: center ;
  18. color: #535f79;
  19. font-family: Tahoma;
  20. }
  21. a, a:visited {
  22. color: #fbc24e;
  23. }
  24. h3 {
  25. font-weight: normal;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <div id="msg">
  31. <h1>SIMANTA DALAM PERBAIKAN</h1>
  32. <h3>Mohon maaf!
  33. <br/>Sedang dalam proses migrasi ke server baru. Untuk sementara akses dialihkan ke : <br/> <a href="http://simanta2.fkip.untan.ac.id">http://simanta2.fkip.untan.ac.id</a></h3>
  34. </div>
  35. </body>
  36. </html>