commit 01866ac00204cc905a454f2dd5ddff0ae5cb157c parent dcb5d7e95c608df8aa27ddb726b829ef17ef7f33 Author: servus <servus.angaro@posteo.net> Date: Fri, 21 Aug 2026 11:43:44 +0300 Add minimal placeholder page Diffstat:
| A | index.html | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>anga.ro</title> +</head> +<body> + <p>site is working</p> +</body> +</html>