| 1234567891011121314 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title i18n>杰诚创业 - 创作平台</title>
- <base href="/">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" type="image/x-icon" href="favicon.ico">
- <link href="assets/fa-pro/css/all.min.css" rel="stylesheet">
- </head>
- <body>
- <app-root></app-root>
- </body>
- </html>
|