Website/index.html

23 lines
705 B
HTML
Raw Permalink Normal View History

2024-08-16 03:48:15 +01:00
<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">About</div>
<div class="header-link">Blog</div>
<div class="header-link">
<a href="https://git.mchalupiak.com">Git</a>
</div>
<div class="header-link">
<a href="https://searx.mchalupiak.com">Searx</a>
</div>
</div>
<div id="body">
<h1>WIP</h1>
</div>
</html>