error.php 424 B

12345678910111213141516
  1. <div class="page-error centered" style="position:relative;top:100px;height:400px;text-align: center;">
  2. <div class="error-symbol">
  3. <h2 style="margin-bottom: 20px;">
  4. <?=$title ?>
  5. </h2>
  6. <h3 style="margin-bottom: 20px;">
  7. <small><?=$msg ?></small>
  8. </h3>
  9. <button style="padding:4px;" type="button" onclick="history.go(-1)">返回</button>
  10. </div>
  11. </div>