This repository was archived by the owner on Aug 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.89 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.89 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
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ebdfe9" />
<meta nmae="author" content="UC Main Computing Society of the Philippines - Students" />
<meta name="keywords" content="uc,main,csps,students,computing,university,cebu,philippines" />
<meta name="description" content="We are a student body organization that aims to create a welcoming and inclusive community for all computer science students at the University of Cebu - Main Campus." />
<!-- Facebook Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="UC Main Computing Society of the Philippines - Students">
<meta property="og:description" content="We are a student body organization that aims to create a welcoming and inclusive community for all computer science students at the University of Cebu - Main Campus.">
<meta property="og:image" content="/cover.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="UC Main Computing Society of the Philippines - Students">
<meta name="twitter:description" content="We are a student body organization that aims to create a welcoming and inclusive community for all computer science students at the University of Cebu - Main Campus.">
<meta name="twitter:image" content="/cover.png">
<title>UC Main Computing Society of the Philippines - Students</title>
</head>
<body class="body-medium">
<div class="h-full min-h-screen" id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>