20 lines
495 B
HTML
20 lines
495 B
HTML
<!DOCTYPE html>
|
||
<html lang="tr">
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>almazlar.com | Hoş Geldiniz</title>
|
||
<link rel="stylesheet" href="style.css">
|
||
</head>
|
||
|
||
<body>
|
||
<div class="container">
|
||
<h1 id="greeting">Yayında!</h1>
|
||
<p>Docker ile servis ediliyor!</p>
|
||
<button onclick="changeColor()">Rengi Değiştir</button>
|
||
</div>
|
||
<script src="script.js"></script>
|
||
</body>
|
||
|
||
</html> |