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.

33 lines
755 B

  1. {{define "head"}}<title>Snap.as Developer Center</title>
  2. <style type="text/css">
  3. .content-container ul {
  4. list-style: none;
  5. text-indent: 0;
  6. margin: 0;
  7. padding: 0 !important;
  8. }
  9. .content-container li {
  10. margin: 1em 0 !important;
  11. }
  12. </style>
  13. {{end}}
  14. {{define "body-attrs"}}id="promo"{{end}}
  15. {{define "content"}}
  16. <div class="content-container" style="text-align: center; font-size: 1em;">
  17. <div class="heading">
  18. <h1>Snap.as Developer Center</h1>
  19. <p style="font-size: 1.2em">Build your own apps and utilities on the Snap.as platform.</p>
  20. </div>
  21. <div class="clearfix blurbs">
  22. <div class="half">
  23. <h2>Documentation</h2>
  24. <ul>
  25. <li><a href="/docs/api/">API Documentation</a></li>
  26. </ul>
  27. </div>
  28. </div>
  29. </div>
  30. {{end}}