-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.html
30 lines (25 loc) · 889 Bytes
/
list.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
<!DOCTYPE html>
<html>
<head>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-208920377-1');
</script>
<meta charset="UTF-8">
<title>국어 어휘 문제 - </title>
<script src="js/data.js"></script>
<link rel="stylesheet" href="css/list.css">
<!-- <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap" rel="stylesheet"> -->
<!-- <link href="cssfile.css" media="screen and (min-width: 512px) and (max-width: 1024px)" rel="stylesheet"> -->
<link rel="stylesheet" href="css/font.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<table border="1">
</table>
<h1 class="tmi"></h1>
</body>
<script src="js/list.js"></script>
</html>