-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
50 lines (41 loc) · 1.88 KB
/
about.html
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
<!DOCTYPE html>
<html data-theme="business" lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content="">
<link rel="modulepreload" href="/_app/immutable/start-1e9e4e59.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index-59a90ff4.js">
<link rel="modulepreload" href="/_app/immutable/pages/__layout.svelte-526fb6db.js">
<link rel="modulepreload" href="/_app/immutable/pages/about.svelte-048982be.js">
</head>
<body>
<div>
<div class="navbar bg-base-300 text-primary-content"><div class="dropdown flex-none"><button class="btn btn-square btn-ghost"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="inline-block w-5 h-5 stroke-current"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path></svg></button>
<ul tabindex="0" class="menu menu-compact dropdown-content mt-3 p-2 shadow bg-base-100 rounded-box w-52"><li><a href="/posts/summary">Blog</a></li>
<li><a href="/about">Projects</a></li></ul></div>
<div class="flex-1"><a class="btn btn-ghost normal-case text-xl" href="/">Home</a></div>
<div class="flex-none gap-2"><div class="form-control"><input type="text" placeholder="Search" class="input input-bordered"></div></div></div>
Coming soon...
<script type="module" data-sveltekit-hydrate="j0h3gp">
import { set_public_env, start } from "/_app/immutable/start-1e9e4e59.js";
set_public_env({});
start({
target: document.querySelector('[data-sveltekit-hydrate="j0h3gp"]').parentNode,
paths: {"base":"","assets":""},
session: {},
route: true,
spa: false,
trailing_slash: "never",
hydrate: {
status: 200,
error: null,
nodes: [0, 2],
params: {},
routeId: "about"
}
});
</script></div>
</body>
</html>