Files
kod-yolculugu-atolyesi/index.html
T
2026-07-30 04:25:44 +03:00

19 lines
533 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8">
<title>Atölye Dükkânı</title>
</head>
<body>
<h1>Atölye Dükkânı — Kaliteli ve Ucuz</h1>
<p>Fiyat hesaplama atölyesi — öğrenmek için gerçek bir mini proje.</p>
<div id="sepet">
<h2>Sepetiniz</h2>
<p>Sepet toplamı burada görünecek.</p>
</div>
<script src="fiyat.js"></script>
<script src="sepet.js"></script>
<footer>Atölye Dükkânı — eğitim amaçlı örnek · etiket özelliği PR #1 ile geldi</footer>
</body>
</html>