-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.53 KB
/
index.html
File metadata and controls
29 lines (25 loc) · 1.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSH 50th Anniversary | Computer Science House at RIT</title>
<meta name="description" content="Celebrate 50 years of Computer Science House. Join 500+ alumni for a weekend of memories, connections, and innovation. April 10-12, 2026." />
<meta name="author" content="Computer Science House" />
<meta name="keywords" content="CSH, Computer Science House, RIT, Rochester Institute of Technology, 50th anniversary, alumni reunion, tech community" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta property="og:title" content="CSH 50th Anniversary Celebration" />
<meta property="og:description" content="Join us for a weekend celebrating 50 years of Computer Science House at RIT. April 10-12, 2026." />
<meta property="og:type" content="website" />
<meta property="og:image" content="public\WebsiteCover.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CSH 50th Anniversary Celebration" />
<meta name="twitter:description" content="Join us for a weekend celebrating 50 years of Computer Science House at RIT. April 10-12, 2026." />
<meta name="twitter:image" content="public\WebsiteCover.png" />
<link rel="canonical" href="https://50th.csh.rit.edu" />
</head>
<body class="dark">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>