Skip to content

YCC-company/Error-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error-page

注意事項 codeでこちらを読んでください

こちらはエラーページで使いやすくしました。 はじめにファイル名をerrorにしてください。

.htaccessを一番最初のページにおいてください。

構造 ○○.com ├──index.html ├──style.css ├──.htaccess └──error ├──401.html ├──403.html ├──404.html └──500.html このようにお使いください。

新しく作成するときは CTRL+Fで変更を探してください。

<title>変更</title> <style> html,body,h1,p { margin: 0; padding: 0; }
  body,html {
    height: 100%;
    text-align: center;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Arial, sans-serif;
    background: #fafbfd;
    color: #505254;
  }

  .container {
    padding: 100px 30px;
  }

  .message {
    margin: 20px 0;
    font-size: 20px;
    line-height: 160%;
  }
</style>
<style type="text/css">.st0{fill:#E2E8EE;}</style>

変更

変更

こちらは下に伸ばして使用してください。 ErrorDocument 変更 /error/変更.html