|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang=""> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
| 7 | + <title>Solid Cockpit</title> |
| 8 | + |
| 9 | + <!-- section to help make the Z3 solver work in a browser setting --> |
| 10 | + <script src="/z3-built.js"></script> |
| 11 | + <script> |
| 12 | + globalThis.global = { initZ3: globalThis.initZ3 }; |
| 13 | + </script> |
| 14 | + |
| 15 | + <meta property="og:title" content="Solid Cockpit" /> |
| 16 | + <meta |
| 17 | + name="description" |
| 18 | + content="An applicaiton for accessing, editing, and querying data in Solid pods" |
| 19 | + /> |
| 20 | + <meta |
| 21 | + property="og:description" |
| 22 | + content="An applicaiton for accessing, editing, and querying data in Solid pods" |
| 23 | + /> |
| 24 | + <meta property="og:image" content="favicon.ico" /> |
| 25 | + <meta name="author" content="KNoWS, IDLab - Ghent University" /> |
| 26 | + <meta name="keywords" content="Solid, RDF, SPARQL Querying, Privacy Editing" /> |
| 27 | + <link rel="icon" type="image/x-icon" href="favicon.ico" /> |
| 28 | + |
| 29 | + </head> |
| 30 | + <body> |
| 31 | + <noscript> |
| 32 | + <strong>We're sorry but this app doesn't work properly without JavaScript enabled. |
| 33 | + Please enable it to continue.</strong> |
| 34 | + </noscript> |
| 35 | + <div id="app"></div> |
| 36 | + <!-- built files will be auto injected --> |
| 37 | + </body> |
| 38 | + <link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css" rel="stylesheet"> |
| 39 | + <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Oxanium:wght@200..800&display=swap" rel="stylesheet"> |
| 40 | + |
| 41 | + <script type="module" src="/src/main.ts"></script> |
| 42 | +</html> |
0 commit comments