-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestions.html
50 lines (46 loc) Β· 2.38 KB
/
questions.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="μ¬μ΄λ :λΆμμ¬ ν
μ€νΈ" />
<meta property="og:title" content="μ¬μ΄λ : λΆμ μ¬ λλ μ΄λ€ νμ΄ μ΄μΈλ¦΄κΉ?" />
<meta property="og:description" content="μ¬μ΄λ : λΆμ μ¬ λλ μ΄λ€ νμ΄ μ΄μΈλ¦΄κΉ?" />
<meta property="og:image" content="https://pbs.twimg.com/media/Fx825PNacAAveBW?format=jpg&name=900x900" />
<meta property="og:url" content="https://test-siren-survivetheisland.netlify.app/" />
<!-- Twitter Cards -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="μ¬μ΄λ :λΆμμ¬ ν
μ€νΈ" />
<meta property="twitter:title" content="μ¬μ΄λ : λΆμ μ¬ λλ μ΄λ€ νμ΄ μ΄μΈλ¦΄κΉ?" />
<meta property="twitter:description" content="μ¬μ΄λ : λΆμ μ¬ λλ μ΄λ€ νμ΄ μ΄μΈλ¦΄κΉ?" />
<meta property="twitter:image" content="https://pbs.twimg.com/media/Fx825PNacAAveBW?format=jpg&name=900x900" />
<meta property="twitter:url" content="https://test-siren-survivetheisland.netlify.app/" />
<title>μ¬μ΄λ : λΆμ μ¬ λλ μ΄λ€ νμ΄ μ΄μΈλ¦΄κΉ?</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css" />
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/questions.css">
<script type="module" defer src="./js/questions.js"></script>
</head>
<body>
<div class="inner">
<div class="progress">
<div class="value"></div>
</div>
<div class="question-box">
<div class="number"></div>
<div class="question">
</div>
<div class="btn choice choice1"></div>
<div class="btn choice choice2"></div>
</div>
</div>
</body>
</html>