-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
23 lines (20 loc) · 893 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Women in Software Engineering JP" />
<meta property="og:type" content="website" />
<meta property="og:description"
content="Community dedicated to empowering women in Japan in Software Engineering careers" />
<meta property="og:url" content="https://womeninsoftware.jp" />
<meta property="og:image" content="https://womeninsoftware.jp/ogp-image.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WiSE Japan</title>
<meta name="description" content="Community dedicated to empowering women in Japan in Software Engineering careers">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>