-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenPage.html
More file actions
27 lines (26 loc) · 936 Bytes
/
openPage.html
File metadata and controls
27 lines (26 loc) · 936 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<link href="StyleSheet.css" rel="stylesheet" />
<script src="JavaScript.js"></script>
</head>
<body dir="rtl">
<div id="warpper">
<img id="background" src="image/backgraundOpen.png" />
<h1>ברוכים הבאים</h1>
<h2>בחר את המשחק הרצוי</h2>
<div class="home" onmouseover="showButtons(1)" onmouseleave="removeBtn()">
<img src="image/תמונה3.png" />
</div>
<div class="home" onmouseover="showButtons(2)" onmouseleave="removeBtn()">
<img src="image/jumping.png" />
</div>
<div class="home" onmouseover="showButtons(3)" onmouseleave="removeBtn()">
<img src="image/תמונה4.png" />
</div>
<h2>על מנת להתחיל או לעצור משחק יש ללחוץ רווח</h2>
</div>
</body>
</html>