UNPKG

sql-api-playground

Version:
17 lines (15 loc) 549 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" name="format-detection" content="telephone=no" /> <meta name="viewport" content="width=device-width, user-scalable=no" /> <meta name="description" content="React + Typescript + SSR + Code-splitting" /> <meta name="google" content="notranslate" /> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <title>SQL API Playground</title> </head> <body> <div id="root"></div> <script type="module" src="/src/index.tsx"></script> </body> </html>