32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>MChalupiak.com</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<div id="header">
|
|
<div class="header-link"><a href="index.html">Home</a></div>
|
|
<div class="header-link">Resume</div>
|
|
<div class="header-link">Blog</div>
|
|
<div class="header-link">
|
|
<a href="https://git.mchalupiak.com">Portfolio</a>
|
|
</div>
|
|
<!-- <div class="header-link">
|
|
<a href="https://searx.mchalupiak.com">Services</a>
|
|
</div>
|
|
-->
|
|
</div>
|
|
<div id="body">
|
|
Here are some services I host alongside my website. Check them out!
|
|
<ul>
|
|
<li>
|
|
<a href="https://searx.mchalupiak.com">Searx search engine</a>
|
|
</li>
|
|
<li><a href="https://git.mchalupiak.com">Gitea git server</a></li>
|
|
<li><a href="mailto:mikec@mchalupiak.com">Email</a></li>
|
|
</ul>
|
|
</div>
|
|
</html>
|