Files
kod-yolculugu-atolyesi/index.html
T
laptop-claude eed06508a0
kalite-kontrol / kontrol (push) Successful in 6s
Revert "Merge pull request 'Etiket özelliği: raf fiyatı etiketi' (#1) from etiket-ozelligi into main"
This reverts commit 0ebbb49db0, reversing
changes made to 85feca9a92.
2026-07-30 04:53:26 +03:00

19 lines
496 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</footer>
</body>
</html>