-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (57 loc) · 1.73 KB
/
index.html
File metadata and controls
58 lines (57 loc) · 1.73 KB
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
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Akinator</title>
<link rel="stylesheet" href ="Css\style.css">
</head>
<body>
<main>
<script src ="Js\app.js"></script>
<section>
<div class="wd">
<h1>
You're Akinator Here!
</h1>
<h2>
Hello, I am Marah.
Think about a real or fictional character.
You will try to guess who I am.
</h2>
<img src="https://3.bp.blogspot.com/-SRsF0zDNXEE/UtmgvaSfH8I/AAAAAAAACik/7wBvqnT_Kcs/s1600/akinator.png";>
</div>
</section>
<section>
<hr>
<pre>
<ul>
<li>I am Marah Musleh , I am 23 years old.</li>
<li>I studied computer engineer in Al-Balqa' Applied University (FET). </li>
<li>I am looking for a challenging position in a reputable organization.</li>
<li>So I decide to apply for this scholarship and I hope to be a software
developer and satisfy my ambitions.</li>
</ul>
</pre>
</hr>
</section>
<section>
<h3>
My top ten Movies
</h3>
<nav>
<ol>
<li>Don't Breath</li>
<li>You are the next</li>
<li>The call</li>
<li>Mystic river</li>
<li>Fractured</li>
<li>No mercy</li>
<li>Primal fear</li>
<li>Bad Samaritan</li>
<li>Escaping the madhouse</li>
<li>Red Sparrow</li>
</ol>
</nav>
</section>
</main>
</body>
</html>