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

404.html 453B

1234567891011121314
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <!--#include virtual="/base.html" -->
  5. <link rel="stylesheet" href="css/all.css">
  6. <!--#include virtual="/title.html" -->
  7. </head>
  8. <body>
  9. <div class="error_page">
  10. <h2>404 Not Found</h2>
  11. <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>
  12. </div>
  13. </body>
  14. </html>