-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit.html
More file actions
29 lines (29 loc) · 1.72 KB
/
Copy pathsubmit.html
File metadata and controls
29 lines (29 loc) · 1.72 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>Submit an entry — VietProfs</title>
<meta name="description" content="Suggest a Vietnamese or Vietnamese diaspora professor at a university worldwide, or correct an existing VietProfs entry." />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#15181c" media="(prefers-color-scheme: dark)" />
<link rel="canonical" href="https://vietprofs.roars.dev/submit.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="VietProfs" />
<meta property="og:title" content="Submit an entry — VietProfs" />
<meta property="og:description" content="Suggest a Vietnamese or Vietnamese diaspora professor at a university worldwide, or correct an existing VietProfs entry." />
<meta property="og:url" content="https://vietprofs.roars.dev/submit.html" />
<meta property="og:image" content="https://vietprofs.roars.dev/vietprofs-bamboo-v-512.png" />
<meta property="og:image:alt" content="VietProfs bamboo V logo" />
<link rel="icon" type="image/svg+xml" href="./vietprofs-bamboo-v.svg" />
<link rel="apple-touch-icon" href="./vietprofs-bamboo-v-512.png" />
<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=Outfit:wght@600;700;800&family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
<script type="module" src="/src/submit.ts"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>