index.html (686B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"/> 5 <link rel="icon" href="%PUBLIC_URL%/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="A calculator for miscellaneous formulae I encounter in my homework" 11 /> 12 <link rel="apple-touch-icon" href="logo192.png" /> 13 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> 14 <title>FIGBERT Math</title> 15 </head> 16 <body> 17 <noscript>This app is built with React, so you need to enable JavaScript to run it.</noscript> 18 <div id="app"></div> 19 </body> 20 </html>