website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 46656807bc204aeedfb9c976c7d5cf76b05c5c42
Author: linus <mail@linus-behrens.de>
Date:   Thu, 31 Jul 2025 20:02:03 +0200

batman

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

diff --git a/index.html b/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>linus</title> + <!-- <link rel="stylesheet" href="/css/style.css" type="text/css" media="all" /> --> +</head> +<body> + + <h1>Test 101</h1> + +</body> +</html> +