UNPKG

ohmysearch

Version:

Ohmysearch - customizable all in one search tool to boost developer productivity

15 lines (12 loc) 283 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Spotlight Electron</title> <link rel="stylesheet" type="text/css" href="/style.css" /> </head> <body> <div id="root"></div> <script type="module" src="./main.tsx"></script> </body> </html>