Files
Hello-World/index.html
MrUnknownDE 29955208c0
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 2m14s
add files
2026-04-06 15:55:47 +02:00

25 lines
437 B
HTML

<!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>