style: Update greeting text to 'YAYINDA' in index.html.

This commit is contained in:
almazlar
2026-02-07 19:39:03 +03:00
parent efbd1d88e1
commit 3246562214

View File

@@ -10,7 +10,7 @@
<body> <body>
<div class="container"> <div class="container">
<h1 id="greeting">Yayında!</h1> <h1 id="greeting">YAYINDA</h1>
<p>Docker ile servis ediliyor!</p> <p>Docker ile servis ediliyor!</p>
<button onclick="changeColor()">Rengi Değiştir</button> <button onclick="changeColor()">Rengi Değiştir</button>
</div> </div>