PR-flow #1

Merged
gitea-admin merged 2 commits from feature/demo into main 2026-07-18 21:08:46 +02:00
Showing only changes of commit b41a6442d5 - Show all commits
+1 -2
View File
@@ -3,7 +3,6 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>sampleapp — CI/CD deployed</title>
<style> <style>
body { font-family: system-ui, sans-serif; margin: 0; background: #0d1117; color: #e6edf3; } body { font-family: system-ui, sans-serif; margin: 0; background: #0d1117; color: #e6edf3; }
main { max-width: 680px; margin: 10vh auto; padding: 0 1.5rem; } main { max-width: 680px; margin: 10vh auto; padding: 0 1.5rem; }
@@ -38,4 +37,4 @@
<footer>Elyrix lab &middot; Gitea Actions &rarr; Rundeck CI/CD demo</footer> <footer>Elyrix lab &middot; Gitea Actions &rarr; Rundeck CI/CD demo</footer>
</main> </main>
</body> </body>
</html> </html>