-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-projects.html
27 lines (27 loc) · 904 Bytes
/
my-projects.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MY PROJECTS | AAFANDOS DZ</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<link href="assets/css/img/favicon.png" rel="shortcut icon"/>
</head>
<body>
<div class="container">
<div class="header">
<a href="./"><img alt="AAFANDOS DZ" src="./assets/images/banner.png"></a>
</div>
<div class="navbar">
<div id="toc">
<ul class="a-projects">
<li id="m-index"><a href="./">Home</a></li>
<li id="m-projects"><a href="my-projects.html">My Projects</a></li>
<li id="m-about"><a href="about.html">About ?</a></li>
</ul>
</div>
</div>
<p>Comming soon ... We are still working on it.</p>
</div>
</body>
</html>