sapka-me

Source code for sapka.me
git clone git://vcs.sapka.me/sapka-me
Log | Files | Refs

commit 982588d7f8cf2166e2def48f7b405d2ff2b25aad
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Fri, 14 Jul 2023 15:03:46 +0200

feat: init!

Diffstat:
Aindex.html | 27+++++++++++++++++++++++++++
1 file changed, 27 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Sapka public family hub</title> + + <link rel='alternate' type='application/rss+xml' title="Micha\xc5\x82 Sapka&#39;s website RSS" href='https://michal.sapka.me/index.xml'> +</head> + +<body> + <h1>Sapka!</h1> + <P>Hello and welcome to Sapka family public hub. From here you can explore:<p> + <ul> + <li><a href="https://michal.sapka.me" target="_blank">Michal's homepage</a></li> + <li><a href="https://vcs.sapka.me" target="_blank">Code repository</a></li> + </ul> + <hr> + <blockquote> + Kira Nerys: Are you so deluded, you actually believe that we're going to have some sort of intimate relationship?<br> + Gul Dukat: We already do. + </blockquote> + <hr> + last updated at 2023-07-14 + <a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fsapka.me%2F" target="blank">with a valid HTML</a> +</body> +</html>