-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HOME | 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-index">
<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>Hello !!</p>
<ul>
<li>My GitHub : <a href=https://github.com/aafandos>https://github.com/aafandos</a></li>
<li>Email : aafandos [at sign] yandex [dot] com</li>
</ul>
</div>
</body>
</html>