Aplikasi uji CI/CD versi 1
Build dan Deploy / build (push) Successful in 20s
Build dan Deploy / produksi (push) Skipped

This commit is contained in:
2026-08-28 10:55:57 +00:00
commit fa487b38b0
3 changed files with 56 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<!doctype html>
<html lang=id><meta charset=utf-8><title>hello-ci</title>
<style>body{font-family:system-ui;display:grid;place-items:center;min-height:100vh;margin:0;background:#0c0a09;color:#fafaf9}
h1{font-size:3rem;margin:0}p{color:#a8a29e}</style>
<div style=text-align:center><h1>hello-ci</h1><p>Versi 1 — dibangun otomatis oleh Gitea Actions</p></div>