diff options
author | bpeetz <me@b-peetz.de> | 2023-06-25 18:26:52 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-02-22 16:06:45 +0100 |
commit | 972cb1438aecca8fac523cba16d221af41038257 (patch) | |
tree | 19914a88f2bc129a6cbbfe9b2c2fb3bad33d5b76 /src | |
download | b-peetz.de-972cb1438aecca8fac523cba16d221af41038257.zip |
chore: Initial Commit
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..4c5e8b9 --- /dev/null +++ b/src/index.html @@ -0,0 +1,7 @@ +<html> + +<body> + <h1>Hi!</h1> +</body> + +</html> |