- <!DOCTYPE html>
- <html lang="<? lang ?>">
- <head>
- <meta charset="UTF-8">
- <title><? project-name ?></title>
- <link rel="stylesheet" href="static/style.bundle.css" type="text/css">
- <script src="static/script.bundle.js"></script>
- </head>
- <body>
- <!-- body --!>
- </body>
- </html>
|