-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (35 loc) · 1.31 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<title>Man sa yarbah el discount</title>
</head>
<body>
<div id="help">
<div class="erase"><img hspace="20" src="./images/5050.png"></div>
<div class="phone"><img hspace="20" src="./images/paf.png"></div>
<div class="friend"><img hspace="20" src="./images/ata.png"></div>
</div>
<div id="question">
<p>Who is the only actor to receive an Oscar nomination for acting in a Lord of the Rings movie? 7. Who is the only actor to receive an Oscar nomination for acting in a Lord of the Rings movie?</p>
</div>
<div id="answers">
<div class="answer-row">
<div class="answer left a1 selected correct">bougaaa</div>
<div class="answer right a2 selected">eyeeee</div>
</div>
<div class="answer-row">
<div class="answer left a3 selected">bougaaa</div>
<div class="answer right a4 selected">eyeeee</div>
</div>
</div>
<div class="hello">
<img src="./images/hello.png" />
</div>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./questions2.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
</body>
</html>