website/dev/index.html

31 lines
741 B
HTML
Raw Normal View History

2024-09-16 23:55:27 -03:00
<!doctype html>
2024-09-16 19:57:02 -03:00
<html lang="en">
<head>
2024-09-16 23:55:27 -03:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>jabuxas directions</title>
<link href="style.css" rel="stylesheet" />
2024-09-16 19:57:02 -03:00
</head>
<body>
2024-09-16 23:55:27 -03:00
<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>
2024-09-16 19:57:02 -03:00
</body>
</html>