forked from COSCUP/2023-survey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link href="/favicon.svg" rel="icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>COSCUP 2024 Attendee Survey</title>
<meta name="description" content="Every year, Stack Overflow publishes a Developer Survey for people to get to know the Stack Overflow community. As Asia's largest open source conference, we're doing this survey to give you a glimpse of COSCUP attendees!">
<meta property="og:title" content="COSCUP 2024 Attendee Survey">
<meta property="og:description" content="Every year, Stack Overflow publishes a Developer Survey for people to get to know the Stack Overflow community. As Asia's largest open source conference, we're doing this survey to give you a glimpse of COSCUP attendees!">
<meta property="og:url" content="https://coscup.org/2024-survey">
<meta property="og:image" content="/2024-survey/Attendee_survey2024.png">
<meta property="og:type" content="website">
<meta property="og:site_name" content="COSCUP 2024 Attendee Survey">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>