forked from axewal/axelwalden.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSearcher.html
More file actions
71 lines (53 loc) · 3.13 KB
/
Copy pathSearcher.html
File metadata and controls
71 lines (53 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<link href="https://fonts.cdnfonts.com/css/adlam-display" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content="">
<link rel="modulepreload" href="./_app/immutable/start-41596f37.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-925108f7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-0fadeaa6.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-d3a7ac17.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper-41c905a7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/control-f5b05b5f.js">
<link rel="modulepreload" href="./_app/immutable/chunks/uneval-cfffe2f6.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-b60fcbe3.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/(no-navbar)/_layout.svelte-5cad7c1b.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/(no-navbar)/_layout.js-e992bf42.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-fca24c55.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/(no-navbar)/Searcher/_layout.svelte-22fa4ec3.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/(no-navbar)/Searcher/_page.svelte-f4f38a8f.js"><!-- HEAD_svelte-1l094yz_START --><link rel="stylesheet" href="/pico.min.css"><style>nav {
margin-left: 10%;
margin-right: 10%;
}
</style><!-- HEAD_svelte-1l094yz_END -->
</head>
<body style="margin: 0; align-items: center;">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<div style="display: contents">
<main class="container">
<div class="chat"><h1>Press any of the following categories to display their items</h1>
<hr>
<ul><li><a href="/Searcher/users">Users</a></li><li><a href="/Searcher/addresses">Address</a></li><li><a href="/Searcher/banks">Banks</a></li><li><a href="/Searcher/appliances">Appliances</a></li><li><a href="/Searcher/beers">Beers</a></li><li><a href="/Searcher/blood_types">Blood Types</a></li><li><a href="/Searcher/credit_cards">Credit Cards</a></li></ul></div></main>
<script type="module" data-sveltekit-hydrate="13zb91i">
import { start } from "./_app/immutable/start-41596f37.js";
start({
env: {},
paths: {"base":"","assets":""},
target: document.querySelector('[data-sveltekit-hydrate="13zb91i"]').parentNode,
version: "1710497132425",
hydrate: {
node_ids: [0, 4, 5, 20],
data: [null,null,null,null],
form: null
}
});
</script>
</div>
</body>
</html>