UNPKG

@indexea/scaffold-svelte

Version:

This is the scaffolding of Indexea search, on which you can adjust the typography and style of the search interface

15 lines (14 loc) 540 B
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Indexea</title> <link rel="icon" type="image/png" href="/static/logo-small.svg" /> <meta name="keywords" content="Indexea" /> <meta name="description" content="Indexea scaffold for svelte" /> <link rel="stylesheet" href="/src/global.css" /> <script type="module" src="/src/main.ts"></script> </head> <body></body> </html>