-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.76 KB
/
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
24
25
26
27
28
29
30
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="public/favicon.png" />
<title>Tech by Choice</title>
<!-- WEBSITE IMAGES -->
<meta content="Tech by Choice membership app: Access mentorship platform, job boards, company reporting platform, events, and more!" name="description" />
<meta content="Tech by Choice" property="og:title" />
<meta content="Tech by Choice membership app: Access mentorship platform, job boards, company reporting platform, events, and more!" property="og:description" />
<meta content="https://uploads-ssl.webflow.com/5fc123904bcd576087dd38e2/66a1d07eaa92e7f94a552cce_Slide%2016_9%20-%2015.png" property="og:image" />
<meta content="Tech by Choice" property="twitter:title" />
<meta
content="Tech by Choice membership app: Access mentorship platform, job boards, company reporting platform, events, and more!"
property="twitter:description" />
<meta content="https://uploads-ssl.webflow.com/5fc123904bcd576087dd38e2/66a1d07eaa92e7f94a552cce_Slide%2016_9%20-%2015.png" property="twitter:image" />
<meta property="og:type" content="website" />
<meta content="summary_large_image" name="twitter:card" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<!-- -->
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="KEHHNXEI" defer></script>
<!-- / Fathom -->
</head>
<body>
<div id="app"></div>
</body>
<script type="module" src="./src/index.js"></script>
</html>