Developer Center website. https://developers.write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
371 B

  1. {{define "head"}}<title>No such file &mdash; Write.as Developer Center</title>
  2. {{end}}
  3. {{define "body-attrs"}}{{end}}
  4. {{define "content"}}
  5. <div class="content-container" style="text-align: center;">
  6. <div class="heading">
  7. <h1>No such page.</h1>
  8. <p style="font-size: 1.2em">That's a 404.</p>
  9. <p><a href="/">&larr; Back to home</a></p>
  10. </div>
  11. </div>
  12. {{end}}