35 lines
799 B
HTML
35 lines
799 B
HTML
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<title>Faris Mektem</title>
|
||
|
<link rel="stylesheet" type="text/css" href="/css.css">
|
||
|
<link rel="icon" type="/image/png" href="/assets/Logo.png">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>
|
||
|
<a class="name" href="https://mektem.com">/// Faris Mektem</a>
|
||
|
</h2>
|
||
|
|
||
|
<p>
|
||
|
<a href="/assets/CV.pdf">CV</a>
|
||
|
<br>
|
||
|
<a href="https://git.mektem.com">Git</a>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<strong>/// POSTS ///</strong>
|
||
|
<br>
|
||
|
<a href="blog/onebag.html">onebagging</a>
|
||
|
<br>
|
||
|
more coming soon...
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<a href="donate.html">donate</a>
|
||
|
<br>
|
||
|
contact: <a href="mailto:postmaster@mektem.com">postmaster@mektem.com</a>
|
||
|
</p>
|
||
|
</body>
|
||
|
|
||
|
</html>
|