-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.17 KB
/
index.html
File metadata and controls
37 lines (32 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Aref+Ruqaa&display=swap" rel="stylesheet" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>امرح وتعلم مع اللغة العبرية</title>
<link rel="stylesheet" href="Css/design.css" />
</head>
<body class="body">
<div class="div1">
<img src="https://www.bbt-translation-services.com/new-images/speak-hebrew-spanish-268-218.png" />
<h1>امرح وتعلم</h1>
<h2>مع اللغة العبرية <br />עברית</h2>
</div>
<div class="div2">
<button class="btn_des" id="btn_enter" onclick="document.location='Game.html'">
الدخول إلى اللعبة
</button>
<br />
<button class="btn_des" id="btn_ins" onclick="document.location='instruction.html'">
تعليمات اللعبة
</button>
<br />
<button class="btn_des" id="btn_us" onclick="document.location='us.html'">
عن المبرمجين
</button>
</div>
</body>
</html>