Dükkân açıldı: README, sayfa, fiyat.js ve .gitignore

This commit is contained in:
Kullanici (Patron)
2026-07-30 03:31:41 +03:00
commit d24c242367
4 changed files with 28 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!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ı</h1>
<p>Fiyat hesaplama atölyesi — öğrenmek için gerçek bir mini proje.</p>
<script src="fiyat.js"></script>
</body>
</html>