-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1012 Bytes
/
index.html
File metadata and controls
32 lines (31 loc) · 1012 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
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elzero Html Tasks Links</title>
<style>
body {
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
a {
font-size: 4rem;
}
</style>
</head>
<body>
<a href="التكليف 1/index.html">Task - 1</a>
<a href="التكليف 2/index.html">Task - 2</a>
<a href="التكليف 3/index.html">Task - 3</a>
<a href="التكليف 4/index.html">Task - 4</a>
<a href="التكليف 5/index.html">Task - 5</a>
<a href="التكليف 6/index.html">Task - 6</a>
<a href="التكليف 7/index.html">Task - 7</a>
<a href="التكليف 8/index.html">Task - 8</a>
<a href="التكليف 9/index.html">Task - 9</a>
</body>
</html>