-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfront.html
More file actions
31 lines (31 loc) · 809 Bytes
/
front.html
File metadata and controls
31 lines (31 loc) · 809 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
<!DOCTYPE HTML>
<html>
<head>
<title>FRONT-PAGE</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<div class="logo">
<h2>CEE - SB</h2>
</div>
<nav>
<ul>
<li class="active"><a href="#">الاعضاء</a></li>
<li><a href="#">الخدمات</a></li>
<li><a href="#">المشاريع</a></li>
<li><a href="#">التواصل</a></li>
<li><a href="#">الرئيسية</a></li>
</ul>
</nav>
</header>
<div class="text">
<h1>تسجيل الدخول</h1>
</div>
<div class="buttons">
<button class="ptn-1"><a href="#">تسجيل جديد</a></button>
<button class="ptn-2"><a href="#">دخول</a></button>
</div>
</body>
</html>