Some checks failed
Build and Push Docker Image / build-push (push) Failing after 2m14s
25 lines
437 B
HTML
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> |