-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 1.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="type" content="website">
<meta property="title" content="Quantum Computing Association @ Cornell">
<meta property="description" content="The Quantum Computing Association at Cornell University is an undergraduate student organization that provides opportunities in quantum computing. We conduct an introductory series of lectures on quantum computing open to the public, and we pursue research projects with active project members.">
<meta property="image" content="https://cdn.discordapp.com/attachments/783501327753936936/1279903891265290359/logo.png?ex=66d622e3&is=66d4d163&hm=c899f4f4a57424e5495707dab27fec222111938dd815153bbc75f5bab1378e92&">
<meta property="url" content="https://cornellqca.com">
<meta name="keywords" content="Cornell, Quantum Computing, Quantum Research, Quantum Algorithms, Quantum Association, QCA, Cornell Quantum Computing Association, Cornell QCA, Cornell Quantum Computing Association at Cornell">
<title>QCA @ Cornell</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>