this repo has no description
at main 16 lines 591 B view raw
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 <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> 8 <meta name="theme-color" content="#131F24" /> 9 <meta name="description" content="A Duolingo-style app for learning Tagalog" /> 10 <title>Ayos</title> 11 </head> 12 <body> 13 <div id="root"></div> 14 <script type="module" src="/src/main.tsx"></script> 15 </body> 16</html>