-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (66 loc) · 2.02 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" style.css="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html"> Home </a></li>
<li></li>
<li><a href="Food.html"> Food </a></li>
<li></li>
<li><a href="Attraction.html"> Attraction </a></li>
<li></li>
<li><a href="Music.html"> Music </a></li>
<li></li>
</ul>
</nav>
</header>
<main>
<h1>Welcome to egypt</h1>
<article>
<h1 class="funsise">Welcome to Egypt</h1>
<p id="myCoo1Text">My website is baout Egypt</p>
<p>Click the links in the menu above to explore!</p>
</article>
<img
id="imgTito"
src="img/Image20240720152827.png"
alt="Bakar"
class="solidRoundBorders"
height="300px"
/>
<p>This is Bakar. He will be your tourguide!</p>
<p>
Visit the
<a class="niceLinks" href="https://en.wikipedia.org/wiki/Egypt"
>Wikipedia page</a
>
to learn even more about Egypt!
</p>
</main>
<!-- <div style="position: relative; height: 0; padding-bottom: 56.25%">
<iframe
src="https://www.youtube.com/embed/BapSQFJPMM0"
width="640"
height="360"
frameborder="0"
style="position: absolute; width: 100%; height: 100%; left: 0"
allowfullscreen
>
</iframe>
</div>
<h2>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nam maiores quos
nobis expedita aspernatur saepe. Placeat tempore suscipit unde,
perspiciatis, deserunt tempora, praesentium non voluptates dolore
laboriosam debitis a eveniet.
</h2>
<a href="https://en.wikipedia.org/wiki/Egypt">more info</a> -->
</body>
</html>