12 lines
247 B
HTML
12 lines
247 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Gitea demo</title>
|
|
</head>
|
|
<body>
|
|
<h1>Gitea Actions demo</h1>
|
|
<p>Built and pushed via Gitea Actions on the AlertAware dev cluster.</p>
|
|
</body>
|
|
</html>
|