diff --git a/index.html b/index.html index 66e7a6f..4c3352b 100644 --- a/index.html +++ b/index.html @@ -4,17 +4,125 @@ - almazlar.com | Hoş Geldiniz - + Görsel Analiz | Moondream + -
-

---YAYINDA---

-

Docker ile servis ediliyor!

- +
+

Bu Resimde Ne Var?

+
+ Tıkla veya Resim Yükle + +
+ + +
Sonuç burada görünecek...
- + + \ No newline at end of file diff --git a/script.js b/script.js deleted file mode 100644 index c97f4b4..0000000 --- a/script.js +++ /dev/null @@ -1,6 +0,0 @@ -function changeColor() { - const title = document.getElementById('greeting'); - const colors = ['#00ff88', '#ff0088', '#0088ff', '#ffff00']; - const randomColor = colors[Math.floor(Math.random() * colors.length)]; - title.style.color = randomColor; -} diff --git a/style.css b/style.css deleted file mode 100644 index 18da723..0000000 --- a/style.css +++ /dev/null @@ -1,33 +0,0 @@ -body { - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - background-color: #1a1a1a; - color: white; - display: flex; - justify-content: center; - align-items: center; - height: 100vh; - margin: 0; -} - -.container { - text-align: center; - padding: 2rem; - border: 2px solid #00ff88; - border-radius: 15px; - background: #2a2a2a; - box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); -} - -button { - background-color: #00ff88; - border: none; - padding: 10px 20px; - border-radius: 5px; - cursor: pointer; - font-weight: bold; - margin-top: 15px; -} - -button:hover { - background-color: #00cc6e; -} \ No newline at end of file