-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 1.09 KB
/
index.html
File metadata and controls
24 lines (21 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="title" content="ELU Lab, Chung-Ang University" />
<meta name="description" content="중앙대학교 설명가능한 언어이해 연구실 홈페이지입니다. This is a homepage of Explainable Language Understanding (ELU) Lab at Chung-Ang University, Korea" />
<meta name="google-site-verification" content="rXOZWi8nBpvlqxYplb2QmQskSGFwiyWVUYIiPttslzk"/>
<link rel="icon" href="/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ELU Lab @ CAU</title>
</head>
<body>
<div id="app"></div>
<script src="//dapi.kakao.com/v2/maps/sdk.js?appkey=d77f522b991f93ec067688ee6d8b5943&libraries=drawing&autoload=false"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/lib/marked.umd.js"></script>
<script src="https://unpkg.com/axios@1.1.2/dist/axios.min.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>