forked from reaathecoder/reaathecoder1.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat.html
More file actions
61 lines (51 loc) · 2.22 KB
/
Copy pathchat.html
File metadata and controls
61 lines (51 loc) · 2.22 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
<!DOCTYPE html>
<html 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-45627013.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-7f5b801e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-9d067732.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-609d3575.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/parse-f0c618df.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-2e4865f2.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-9cbb603b.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/chat/_page.svelte-c777ad1f.js"><!-- HEAD_svelte-gynwln_START --><style>nav {
margin-left: 10%;
margin-right: 10%;
}
</style><!-- HEAD_svelte-gynwln_END -->
</head>
<body>
<div style="display: contents">
<nav><a href="/">Hem</a>
<a href="/memory">Memory</a>
<a href="/telltale">Telltale</a>
<a target="_blank" rel="noreferrer" href="https://github.com/lisaviktorsson/lisaviktorsson.github.io">GitHub</a></nav>
<hr>
<div class="container"><h1>TODO: Complete assignment</h1>
<div class="scrollable">
<article><span>Is something troubling you ?</span></article></div>
<form method="post"><input type="text" name="text"></form></div>
<script type="module" data-sveltekit-hydrate="1xkbdwg">
import { start } from "./_app/immutable/start-45627013.js";
start({
env: {},
paths: {"base":"","assets":""},
target: document.querySelector('[data-sveltekit-hydrate="1xkbdwg"]').parentNode,
version: "1693989674856",
hydrate: {
node_ids: [0, 8],
data: [null,null],
form: null
}
});
</script>
</div>
</body>
</html>