31 lines
741 B
HTML
31 lines
741 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>jabuxas directions</title>
|
|
<link href="style.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="top-level">
|
|
<div>
|
|
<img src="./icon.jpg" alt="jabuxas' icon" />
|
|
<h2>jabuxas</h2>
|
|
</div>
|
|
<h2>====================</h2>
|
|
</div>
|
|
<div class="bottom-level">
|
|
<div>email</div>
|
|
<div>github</div>
|
|
<div>selfhosted gitea instance</div>
|
|
<div>paste</div>
|
|
<div>linkedin</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|