-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.html
More file actions
39 lines (36 loc) · 1.09 KB
/
Copy pathmisc.html
File metadata and controls
39 lines (36 loc) · 1.09 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
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>Mohamad Alsadhan</title>
</head>
<body>
<section>
<nav class="site-nav">
<div class="site-title">Mohamad Alsadhan</div>
<ul>
<li><a href="index.html">/home</a></li>
<li><a href="misc.html" aria-current="page">/misc</a></li>
<li><a href="blog.html">/blog</a></li>
</ul>
</nav>
</section>
<section>
<h2 class="section-heading">Miscallenous Crap</h2>
<p>
Here is a collection of random stuff that I have made or found
interesting. Enjoy!
</p>
... I have yet to find anything interesting to put here.
</section>
<section id="footer">
<div id="icons">
<a href="mailto:mo@sdhn.cc">mail</a>.
<a href="https://github.com/mqqz">github</a>.
<a href="https://www.linkedin.com/in/mohamad-alsadhan/">linkedin</a>.
<a href="pgp.html">pgp</a>
</div>
</section>
</body>
</html>