add chatbot
This commit is contained in:
parent
5a550e4594
commit
3de0e652b8
9 changed files with 497 additions and 3 deletions
19
app/src/pages/unlock.astro
Normal file
19
app/src/pages/unlock.astro
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
|
||||
<link rel="icon" href="/favicon.ico"/>
|
||||
<meta name="generator" content={Astro.generator}/>
|
||||
<title>unlock dooris</title>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue