The frontend/UI server, written in JS using the MarkoJS library
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.

25 lines
891 B

6 years ago
6 years ago
  1. <lasso-page package-path="../browser.json"/>
  2. <!doctype html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="UTF-8"/>
  6. <head>
  7. <meta content="AiteStory is a timeline of aiterp IC content that doesn't fit the wiki format" name="description" />
  8. <meta charset="UTF-8" />
  9. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" name="viewport" />
  10. <meta content="#111111" name="theme-color" />
  11. <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  12. <link rel="stylesheet" href="/hax/global.css">
  13. </head>
  14. <title>${input.title ? `${input.title} - Aite RP` : "Aite RP"}</title>
  15. <lasso-head/>
  16. </head>
  17. <body style={backgroundColor: "black"} class=("theme-" + input.site)>
  18. <layout-navbar site=input.site />
  19. <include(input.body) />
  20. <lasso-body/>
  21. <browser-refresh/>
  22. </body>
  23. </html>