forked from 9Axes/9axes.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstructions.html
25 lines (24 loc) · 1.32 KB
/
instructions.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
<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>9Valjews שאלון</title>
<link rel="icon" type="x-icon" href="icon.png">
<link rel="shortcut icon" type="x-icon" href="icon.png">
<meta charset="utf-8">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6511426299019766",
enable_page_level_ads: true
});
</script>
</head>
<body>
<h1>9Valjews</h1>
<hr>
<h2 style="text-align:center;">ארנברג מאוהב בנועה אימבר</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>