-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
38 lines (30 loc) · 1.38 KB
/
homepage.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css" rel="stylesheet" type="text/css" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChatUTD</title>
</head>
<html data-theme="">
</html>
<body class="bg-gradient-to-br from-slate-950 from-30% to-orange-950 m-0 pb-0">
<!-- bg-gradient-to-b from-gray-900 to-gray-600 bg-gradient-to-r -->
<h1
class="inline bg-gradient-to-r from-accent to-secondary-focus flex place-content-center pt-10 text-8xl font-bold text-transparent bg-clip-text hover:from-rose-300 hover:to-yellow-300">
Meet ChatUTD!</h1>
<h4 class="flex place-content-center inline text-accent-focus">Chat with the UTDbot to get information about UTD
and
the surrounding
area!</h4>
<h4 class="flex inline place-content-center text-accent-focus">Interact with the demo below to start chatting!
</h4>
<div class="flex place-content-center pb-96">
<iframe width="800" height="600" class="pt-4" src="https://317b2418-44b2-4475.gradio.live/"
sandbox="allow-same-origin allow-scripts allow-popups"></iframe>
</div>
<script src="https://cdn.tailwindcss.com"></script>
<script src="homepage.js"></script>
</body>
</html>