source: chapterx-frontend/index.html@ a7550ca

main
Last change on this file since a7550ca was b62cefc, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added frontend and imporoved AI Suggestions service

  • Property mode set to 100644
File size: 369 bytes
Line 
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <title>chapterx-frontend</title>
8 </head>
9 <body>
10 <div id="root"></div>
11 <script type="module" src="/src/main.tsx"></script>
12 </body>
13</html>
Note: See TracBrowser for help on using the repository browser.