1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html lang="ru">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" href="/favicon.ico" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Josty</title>
- <link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito&display=swap">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
- <link rel="stylesheet" href="./style.css">
- </head>
- <body>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|