/ index.html
index.html
1 <!DOCTYPE html> 2 <html lang="en" data-theme="light"> 3 <head> 4 <meta charset="utf-8" /> 5 <link rel="icon" href="/favicon.ico" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <meta name="theme-color" content="#000000" /> 8 <meta 9 name="description" 10 content="APTRS Project" 11 /> 12 <link rel="apple-touch-icon" href="/logo192.png" /> 13 <link rel="manifest" href="/manifest.json" /> 14 15 <title>APTRS</title> 16 <script src="https://www.first.org/cvss/calculator/cvsscalc31.js"></script> 17 </head> 18 <body> 19 <noscript>You need to enable JavaScript to run this app.</noscript> 20 <div id="root"></div> 21 <script type="module" src="/src/index.tsx"></script> 22 </body> 23 </html>