-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathempty.html
More file actions
44 lines (43 loc) · 1.99 KB
/
empty.html
File metadata and controls
44 lines (43 loc) · 1.99 KB
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
<html>
<head>
<meta charset="utf-8" />
<title>Haniel Mikhaiel</title>
<link rel="icon" type="image/x-icon" href="../Logo.jpg">
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<script src="../hamburger.js"></script>
<header class="moon" id="nav">
<img src="../Logo.png" style="height: 50px">
<a class="ListNav" href="../">Haniel Mikhaiel</a>
<a class="ListNav">|</a>
<a class="ListNav" href="../Nouns">Nouns Project</a>
<a class="ListNav">|</a>
<a class="ListNav" href="../Convince">Convince Project</a>
<a class="ListNav">|</a>
<a class="ListNav" href="../SuperDogs">Super Dogs</a>
<a class="ListNav">|</a>
<a class="ListNav" href="../Spot5Pro">Spot-5 Pro</a>
<a class="ListNav">|</a>
<a class="ListNav" href="../Final">Sports Team</a>
<a class="ListNav">|</a>
<a class="ListNav" href="../AhlySC">Ahly SC</a>
<a class="ListNav">|</a>
<a class="ListNav" href="../AhlySC">JDM World</a>
<a class="ListNav">|</a>
<a class="ListNav" href="../Abibas">Abibas</a>
<a class="HamburgerNav" href="javascript:void(0);" onclick="ham()"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="35" height="35"><path fill="none" d="M0 0h24v24H0z"/><path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"/></svg></a>
<div id="HamburgerMenu" class="HamburgerMenu">
<a href="../">Haniel Mikhaiel</a>
<a href="../Nouns">Nouns Project</a>
<a href="../Convince">Convince Project</a>
<a href="../SuperDogs">Super Dogs</a>
<a href="../Spot5Pro">Spot-5 Pro</a>
<a href="../Final">Sports Team</a>
<a href="../AhlySC">Ahly SC</a>
<a href="../AhlySC">JDM World</a>
<a href="../Abibas">Abibas</a>
</div>
</header>
<body class="heebo">
</body>
</html>