| 1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <pstm-name>main</pstm-name>
- <pstm-title>Statum Example</pstm-title>
- <link rel="stylesheet" pstm-res-href="styles.css">
- <script pstm-res-src="statum.js"></script>
- </head>
- <body>
- <header><h1>Statum Example</h1></header>
- <main>
- <pstm-content></pstm-content>
- </main>
- <footer><p>Server-rendered and hydrated by the Statum client.</p></footer>
- </body>
- </html>
|