Compare commits

..

1 Commits
main ... bugfix

Author SHA1 Message Date
c3f0851dc5 Update index.html 2024-08-24 17:43:04 +00:00
2 changed files with 2 additions and 10 deletions

View File

@ -1,9 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"

View File

@ -5,6 +5,7 @@
<title>Web page</title> <title>Web page</title>
</head> </head>
<body> <body>
<h1>Hello World a</h1> <h1>Hello World</h1>
<h2>New text</h2>
</body> </body>
</html> </html>