Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ldkit/examples/custom-query/src/index.html

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
File
<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>LDKit Custom Query</title> </head> <body> Open the developer console <div id="app"></div> <script type="module" src="index.ts"></script> </body></html>