選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

404.html 438B

12345678910111213
  1. <html>
  2. <head>
  3. <!--#include virtual="/base.html" -->
  4. <link rel="stylesheet" href="css/all.css"/>
  5. <!--#include virtual="/title.html" -->
  6. </head>
  7. <body>
  8. <div class="error_page">
  9. <h2>404 Not Found</h2>
  10. <p class="error_page__message">You can create a new conversation <a class="link" onclick="window.location = window.location.protocol + '//' + window.location.hostname">here</a></p>
  11. </div>
  12. </body>
  13. </html>