website/index.html

24 lines
709 B
HTML
Raw Normal View History

2023-06-23 04:14:17 +00:00
<!DOCTYPE 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">
<link rel="stylesheet" href="gmi-web.css">
<link rel="icon" href="animated-x4.gif" type="image/gif">
<title>minimally.online</title>
</head>
<body>
<h1>minimally.online</h1>
<p>is currently hosting the following services:</p>
<a href="https://board.minimally.online">board. (via Lemmy)</a>
<a href="https://git.minimally.online">git. (via Forgejo)</a>
<br>
<img src="animated-x8.gif" alt="a black and white pixel animation" title="thanks for visiting this website 😊">
<br>
</body>
</html>