forked from wafflestudio/internhasha-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.19 KB
/
Copy pathindex.html
File metadata and controls
38 lines (37 loc) · 1.19 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
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="img/favicon_blue_large.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>인턴하샤</title>
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"
/>
<meta property="og:image" content="/og/intern_hasha_opengraph.png" />
<meta property="og:site_name" content="인턴하샤" />
<meta property="og:description" content="커피챗으로 구하는 스타트업 인턴" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-2TEW6D89CX"
></script>
<script>
if (window.location.hostname === 'internhasha.wafflestudio.com') {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-2TEW6D89CX');
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>