12 lines
198 B
HTML
12 lines
198 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Tekton Demo2</title>
|
|
</head>
|
|
<body>
|
|
<h1>✅ Hello Tekton CI/CD!</h1>
|
|
<p>This page is built automatically using Tekton Pipeline.</p>
|
|
</body>
|
|
</html>
|
|
|