add files
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 2m14s

This commit is contained in:
2026-04-06 15:55:47 +02:00
commit 29955208c0
3 changed files with 77 additions and 0 deletions

25
index.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Hello Gitea</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 50px;
}
h1 {
color: #3498db;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<p>Dieses Image wurde von Gitea Actions gebaut und hochgeladen.</p>
</body>
</html>