main.html 451 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <pstm-name>main</pstm-name>
  6. <pstm-title>Statum Example</pstm-title>
  7. <link rel="stylesheet" pstm-res-href="styles.css">
  8. <script pstm-res-src="statum.js"></script>
  9. </head>
  10. <body>
  11. <header><h1>Statum Example</h1></header>
  12. <main>
  13. <pstm-content></pstm-content>
  14. </main>
  15. <footer><p>Server-rendered and hydrated by the Statum client.</p></footer>
  16. </body>
  17. </html>