forked from sosjo200548/9axes-korean
-
Notifications
You must be signed in to change notification settings - Fork 0
/
instructions.html
18 lines (17 loc) · 1009 Bytes
/
instructions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<head>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:400,700" rel="stylesheet">
<link href='style.css' rel='stylesheet' type='text/css'>
<title>9Axes Quiz</title>
<link rel="icon" type="x-icon" href="icon.png">
<link rel="shortcut icon" type="x-icon" href="icon.png">
<meta charset="utf-8">
</head>
<body>
<h1>9Axes</h1>
<hr>
<h2 style="text-align:center;">Instructions</h2>
<p class="question">자신의 입장에 맞는 버튼을 클릭해 일련의 항목들을 제출하세요.</p>
<button class="button" onclick="location.href='fullquiz.html';" style="background-color: #2196f3;">모든 질문에 응답하겠습니다. (216개의 질문)</button><br>
<button class="button" onclick="location.href='quiz.html';" style="background-color: #2196f3;">짧은 질문에 응답하겠습니다. (45개의 질문)</button> <br>
<button class="button" onclick="location.href='index.html';" style="background-color: #f44336;">응답하지 않겠습니다.</button> <br>
</body>