index.html 713 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Yoga</title>
  8. <link rel="manifest" href="/public/manifest.json">
  9. <link rel="shorttut icon" href="/public/favicon.png" type="image/png">
  10. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap">
  11. <link rel="stylesheet" href="css/stylesheet.css">
  12. <link rel="stylesheet" href="css/icomoon.css">
  13. <link rel="stylesheet" href="css/normalize.css">
  14. </head>
  15. <body>
  16. <div id='root'></div>
  17. <div id='body'></div>
  18. </body>
  19. </html>