github.com/lauslim12/expert-systems@v0.0.0-20221115131159-018513aad29c/web/public/index.html (about) 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 6 <!-- Theme Colors --> 7 <meta name="viewport" content="width=device-width, initial-scale=1" /> 8 <meta name="theme-color" content="#ED64A6" /> 9 <meta name="msapplication-navbutton-color" content="#ED64A6" /> 10 <meta name="apple-mobile-web-app-status-bar-style" content="#ED64A6" /> 11 12 <!-- Meta Tags --> 13 <meta 14 name="description" 15 content="Expert System Project's web frontend to diagnose Tuberculosis disease using Forward Chaining and Certainty Factor algorithms." 16 /> 17 <meta name="robots" content="noindex, nofollow" /> 18 19 <!-- Links/Favicons --> 20 <link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.png" /> 21 <link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon.png" /> 22 23 <!-- Google Fonts --> 24 <link rel="preconnect" href="https://fonts.googleapis.com" /> 25 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 26 <link 27 href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap" 28 rel="stylesheet" 29 /> 30 31 <title>Expert System — Diagnose Tuberculosis Disease!</title> 32 </head> 33 <body> 34 <noscript>Please enable JavaScript to run this application!</noscript> 35 <div id="root"></div> 36 </body> 37 </html>