| Matthias Andreas Benkard | ae40234 | 2020-01-25 10:09:57 +0100 | [diff] [blame^] | 1 | <!DOCTYPE html> |
| 2 | <html> | ||||
| 3 | <head> | ||||
| 4 | <meta charset="UTF-8"> | ||||
| 5 | |||||
| 6 | <title>{#insert title}{/}</title> | ||||
| 7 | |||||
| 8 | <link rel="stylesheet" type="text/css" href="/common.css" /> | ||||
| 9 | <script type="module" src="/components.js"></script> | ||||
| 10 | </head> | ||||
| 11 | |||||
| 12 | <body> | ||||
| 13 | {#insert body}{/} | ||||
| 14 | </body> | ||||
| 15 | </html> | ||||