mektem.com/index.html

35 lines
799 B
HTML
Raw Normal View History

2024-03-09 23:00:52 +00:00
<!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>