-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (54 loc) · 4.32 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/g10.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BeavsAI - The AI Assistant for OSU Students</title>
<meta name="title" content="BeavsAI - The AI Assistant for OSU Students" />
<meta name="description"
content="With BeavsAI, unlock the power of interactive education by adding your courses and initiating conversation with your very own AI assistant." />
<meta property="og:url" content="https://beavsai.onrender.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="BeavsAI - The AI Assistant for OSU Students" />
<meta property="og:description"
content="With BeavsAI, unlock the power of interactive education by adding your courses and initiating conversation with your very own AI assistant." />
<meta property="og:image" content="https://cdn.discordapp.com/attachments/1143839263117561946/1182942260044779570/Screen_Shot_2023-12-08_at_11.06.02_PM.png?ex=658687d4&is=657412d4&hm=17a34963e153786f56578766cd3f0f2d62d7afd0658cea0725e8ff5f7a55236b&" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="g10" />
<meta name="twitter:card" content="https://cdn.discordapp.com/attachments/1143839263117561946/1182942260044779570/Screen_Shot_2023-12-08_at_11.06.02_PM.png?ex=658687d4&is=657412d4&hm=17a34963e153786f56578766cd3f0f2d62d7afd0658cea0725e8ff5f7a55236b&" />
<meta name="twitter:title" content="BeavsAI - The AI Assistant for OSU Students">
<meta name="twitter:description" content="With BeavsAI, unlock the power of interactive education by adding your courses and initiating conversation with your very own AI assistant.">
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/1143839263117561946/1182942260044779570/Screen_Shot_2023-12-08_at_11.06.02_PM.png?ex=658687d4&is=657412d4&hm=17a34963e153786f56578766cd3f0f2d62d7afd0658cea0725e8ff5f7a55236b&">
<meta name="twitter:url" content="https://beavsai.onrender.com/">
<meta name="keywords"
content="BeavsAI, Beavs, AI, OSU, Oregon State University, Chat, Chatbot, Course, Courses, Class, Classes, Vector, Store, Vector Store, Assistant, AI Assistant, Professor, Professors, Rate My Professor, Rate My Professors, RMP, Oregon State University App Development Club, App Dev Club, App Club, App Development Club, OSU, Go Beavs, Artificial Intelligence, ChatGPT, Educational Technology, Learning App, Conversation AI, Interactive Learning, Technology, OSU Technology, College, University, Student, Students, Education, Learning Experience" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="revisit-after" content="3 days" />
<meta name="author" content="App Development Club at Oregon State University" />
<link rel="preconnect" href="https://fonts.googleapis.com/" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&family=Libre+Franklin&family=Manrope:wght@400;800&family=Permanent+Marker&display=swap"
rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com/" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&family=Libre+Franklin&family=Manrope&family=Permanent+Marker&display=swap"
rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com/" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&family=Libre+Franklin&family=Permanent+Marker&display=swap"
rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com/" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter&family=Permanent+Marker&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>