From 59854fec962ecd7ab74615d89532f2b7b1e2d294 Mon Sep 17 00:00:00 2001 From: tien dev Date: Mon, 13 Oct 2025 12:56:24 +0700 Subject: [PATCH] slot-100 --- index.html | 6790 ++++++++++++++++++++++++++++------------------------ 1 file changed, 3678 insertions(+), 3112 deletions(-) diff --git a/index.html b/index.html index ef9eb83..6a725ba 100644 --- a/index.html +++ b/index.html @@ -1,193 +1,196 @@ - - - - OpenChaosWeb - The world’s most unpredictable homepage - - - -

Welcome to OpenChaosWeb

- + +

The world’s most unpredictable homepage

+ + + +
+
+ +
-

The world’s most unpredictable homepage

+
+ + +
+

+ Chao xìn. Một trang web thật tuyệt vời. Nếu đọc tới dòng này thì + xin chúc mừng, mời bác phát âm "cache" giống "cash" giúp tôi. +

+ +
- -
-
- -
- + +
+ + - -
+ #slot-3>.fsqjs .fsqjs-text { + display: block; + margin: 0; + padding: 0; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + font-size: 6em; + color: transparent; + text-align: center; + text-transform: uppercase; + } - -
- - -
+ #slot-3>.fsqjs .fsqjs-text span:nth-child(1) { + position: absolute; + top: 0; + left: 0; + color: #000; + transition: 0.5s; + clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); + overflow: hidden; + } + + #slot-3>.fsqjs>a.fsqjs-ghlink:hover>span.fsqjs-text span:nth-child(1) { + transform: translateY(-18px); + } + + #slot-3>.fsqjs .fsqjs-text span:nth-child(2) { + position: absolute; + top: 0; + left: 0; + color: #000; + transition: 0.5s; + clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%); + overflow: hidden; + } + + #slot-3>.fsqjs>a.fsqjs-ghlink:hover>span.fsqjs-text span:nth-child(2) { + transform: translateY(18px); + } + + #slot-3>.fsqjs .fsqjs-text span:nth-child(3) { + position: absolute; + top: 50%; + left: 0; + transform: translateY(-50%) scaleY(0); + width: 91%; + color: #000; + background: #ff0; + font-size: 0.25em; + font-weight: 500; + letter-spacing: 0.2em; + text-align: center; + padding-left: 20px; + margin-left: 5px; + transition: 0.5s; + word-spacing: .2em; + } + + #slot-3>.fsqjs>a.fsqjs-ghlink:hover>span.fsqjs-text span:nth-child(3) { + transform: translateY(-50%) scaleY(1); + } + + #slot-3>.fsqjs .fsqjs-label { + position: absolute; + bottom: 0; + right: 0; + background: #000; + color: #fff; + font-size: 1em; + font-weight: 600; + padding: 2px 5px; + border-top-left-radius: 5px; + margin: 0; + } + +
- -
+ +
+
- -
-
-
- - - -
- -
-
+ document.getElementById('slot4_startbtn') + .addEventListener('click', function () { + if (!isRunning) { + isRunning = true; + slot4_5(); + } + }); - -
-

- 🗣️: Ước gì tao bớt đẳng cấp một chút để sống hoà đồng thì tốt biết bao. -

-
+ document.getElementById('slot4_pausebtn') + .addEventListener('click', + function () { + isRunning = false; + cancelAnimationFrame(animationId); + }); - -
- - -
- Hí Anh Em - Hoàng Anh nè anh em! -
-
- Follow mình nhé anh em: - -
+ document.getElementById('slot4_restartbtn') + .addEventListener('click', + function () { + isRunning = false; + cancelAnimationFrame(animationId); + grid = slot4_1(); + slot4_2(); + }); - - - #slot-6 .final-score { - color: #fff66b; - font-size: 1.5rem; - margin-bottom: 20px; - } - +
+ Hí Anh Em - Hoàng Anh nè anh em! +
+
+ Follow mình nhé anh em: + +
-
-

Chơi game con rắn nhe

+ + - slot6SpawnFood(); +
+

Chơi game con rắn nhe

- if (gameSpeed > 50) { - gameSpeed = Math.max(50, gameSpeed - 2); - clearInterval(gameLoop); - gameLoop = setInterval(slot6GameTick, gameSpeed); - } - } else { - snake.pop(); - } - } +
+
Score: 0
+
High Score: 0
+
Ai trên 60 điểm có quà
+
+
+ +
+
Thua!
+
Final Score: 0
+ +
+
- function slot6DrawGame() { - ctx.fillStyle = '#1a1a1a'; - ctx.fillRect(0, 0, canvas.width, canvas.height); +
+ +
- ctx.strokeStyle = '#2a2a2a'; - ctx.lineWidth = 0.5; - for (let i = 0; i <= GRID_WIDTH; i++) { - ctx.beginPath(); - ctx.moveTo(i * GRID_SIZE, 0); - ctx.lineTo(i * GRID_SIZE, canvas.height); - ctx.stroke(); - } - for (let i = 0; i <= GRID_HEIGHT; i++) { - ctx.beginPath(); - ctx.moveTo(0, i * GRID_SIZE); - ctx.lineTo(canvas.width, i * GRID_SIZE); - ctx.stroke(); - } +
+ Bấm mấy phím mũi tên để chơi nha mấy anh em +
+
- snake.forEach((segment, index) => { - const alpha = 1 - (index / snake.length) * 0.5; + - + + + board[index] = 'X'; + cell.textContent = 'X'; + cell.classList.add('taken'); - -
-

Máy tính BMI

-

Để Hoàng Anh giúp anh em tính BMI nhé :>>

+ window.slot6StartTicTacToe = function () { + slot6InitTicTacToe(); + }; -
Mấy anh em vào tính BMI rồi lo mà tập thể dục đi nhé, rượu bia ít thôi!
+ slot6InitTicTacToe(); + })(); + -
-
- - -
+ - .slot7-bet-controls { - display: flex; - justify-content: center; - align-items: center; - gap: 15px; - flex-wrap: wrap; - margin-top: 15px; - } +
+

Máy tính BMI

+

Để Hoàng Anh giúp anh em tính BMI nhé :>>

- .slot7-bet-button { - background: #ffd700; - color: #0a1f14; - border: none; - padding: 10px 20px; - border-radius: 5px; - cursor: pointer; - font-weight: bold; - font-size: 1em; - transition: all 0.3s; - } +
Mấy anh em vào tính BMI rồi lo mà tập thể dục đi nhé, rượu bia ít thôi!
- .slot7-bet-button:hover { - background: #ffed4e; - transform: scale(1.05); - } +
+
+ + +
- .slot7-bet-input { - background: #0a1f14; - color: #ffd700; - border: 2px solid #ffd700; - padding: 10px; - border-radius: 5px; - font-size: 1.2em; - width: 120px; - text-align: center; - } +
+ + +
- .slot7-game-area { - margin: 30px 0; - } + - .slot7-dealer-section, - .slot7-player-section { - margin: 20px 0; - } +
+
Phân loại BMI:
+
Thiếu cân: BMI dưới 18,5
+
Bình thường: BMI từ 18,5 - 22,9
+
Thừa cân: BMI từ 23 - 24,9
+
Béo phì: BMI từ 25 trở lên
+
+
- .slot7-section-title { - color: #90ee90; - font-size: 1.3em; - margin-bottom: 10px; - } +
+
Hello World!
+
+
- .slot7-cards { - display: flex; - gap: 10px; - flex-wrap: wrap; - min-height: 120px; - padding: 15px; - background: #0d2818; - border-radius: 10px; - } + +
- .slot7-actions { - display: flex; - justify-content: center; - gap: 15px; - margin: 20px 0; - flex-wrap: wrap; - } + +
+ -
-
-
-

♠️ SLOT7 BLACKJACK - by cc ♥️

-
-
Your Balance
-
$1000
-
-
+ .slot7-dealer-section, + .slot7-player-section { + margin: 20px 0; + } -
-
Current Bet: $0
-
- - - - - -
-
+ .slot7-section-title { + color: #90ee90; + font-size: 1.3em; + margin-bottom: 10px; + } -
+ .slot7-cards { + display: flex; + gap: 10px; + flex-wrap: wrap; + min-height: 120px; + padding: 15px; + background: #0d2818; + border-radius: 10px; + } -
-
-
Dealer's Hand
-
-
-
+ .slot7-card { + width: 70px; + height: 100px; + background: white; + border-radius: 8px; + display: flex; + flex-direction: column; + justify-content: space-between; + padding: 8px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); + font-weight: bold; + font-size: 1.2em; + } -
-
Your Hand
-
-
-
-
+ .slot7-card-red { + color: #ff0000; + } -
- - - -
-
+ .slot7-card-black { + color: #000000; + } - +
+
+ + +
+ + +
+ +
+
+

Máy Tính Slot9

+
0
+
+ + + + + + + + + + + + + + + + + + + + + + +
+
- -
- - -
- -
-
-

Máy Tính Slot9

-
0
-
- - - - - - - - - - - - - - - - - - - - - - + #slot-11 .input { + flex-grow: 1; + background: transparent; + border: none; + color: #0f0; + outline: none; + font-family: inherit; + font-size: inherit; + } + + #slot-11 .output { + margin-top: 10px; + } + +
+
+ C:\User\DevVietnam> +
+
+
- -
+ @keyframes slot18-magicGlow { - -
- - -
- -
-
- C:\User\DevVietnam> - -
-
-
- -
- -
+ 25% { + opacity: 0.8; + transform: scale(1.08) rotate(-2deg); + } + + 50% { + opacity: 1; + transform: scale(1.15) rotate(2deg); + } + + 75% { + opacity: 0.8; + transform: scale(1.08) rotate(-2deg); + } + } + + @keyframes slot18-buttonGlow { + + 0%, + 100% { + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 68, 68, 0.6); + } + + 50% { + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 68, 68, 1), 0 0 50px rgba(255, 68, 68, 0.8); + } + } + + #slot-18 .slot-18-countdown { + padding: 15px 30px; + background-color: #4444ff; + color: white; + border-radius: 8px; + font-size: 16px; + font-weight: bold; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); + animation: slot18-magicBlink 1.5s ease-in-out infinite, slot18-magicGlow 1.5s ease-in-out infinite; + } - -
+ #slot-18 .slot-18-miracle-btn { + display: none; + padding: 15px 30px; + background-color: #ff4444; + color: white; + border: none; + border-radius: 8px; + font-size: 16px; + font-weight: bold; + cursor: pointer; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); + margin: 0 auto; + animation: slot18-buttonMagic 1s ease-in-out infinite, slot18-buttonGlow 1s ease-in-out infinite; + } - -
+ #slot-18 .slot-18-miracle-btn:hover { + transform: translateY(-2px); + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 68, 68, 1), 0 0 50px rgba(255, 68, 68, 0.8); + } - -
+ #slot-18 .slot-18-iframe { + width: 100%; + height: 800px; + border: none; + border-radius: 8px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + } - -
+ #slot-18 .slot-18-btn-container { + text-align: center; + } - -
+ #slot-18 .slot-18-btn { + margin: 10px auto; + padding: 12px 24px; + background-color: #667eea; + color: white; + border: none; + border-radius: 8px; + font-size: 14px; + font-weight: bold; + cursor: pointer; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); + transition: all 0.3s ease; + } - -
- - #slot-18 .slot-18-feature-1 { - padding: 10em; - text-align: center; - background-color: #e5e5f7; - opacity: 0.8; - background-image: radial-gradient(circle at center center, #444cf7, #e5e5f7), repeating-radial-gradient(circle at center center, #444cf7, #444cf7, 10px, transparent 20px, transparent 10px); - background-blend-mode: multiply; - overflow: hidden; - border: 2px solid #00ff00; - border-radius: 8px; - cursor: crosshair; - font-family: 'Courier New', monospace; - margin-bottom: 0.5em; - } - - @keyframes slot18-magicBlink { - 0%, 100% { - opacity: 1; - transform: scale(1); - } - 25% { - opacity: 0.7; - transform: scale(1.05); - } - 50% { - opacity: 1; - transform: scale(1.1); - } - 75% { - opacity: 0.7; - transform: scale(1.05); - } - } + +
+

Welcome to slot 18

+
- @keyframes slot18-magicGlow { - 0%, 100% { - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 0 10px rgba(68, 68, 255, 0.5); - } - 50% { - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 0 25px rgba(68, 68, 255, 1), 0 0 40px rgba(68, 68, 255, 0.8); - } - } + +
+

Điều kì diệu sẽ hiện ra sau 5 giây

+ +
- @keyframes slot18-buttonMagic { - 0%, 100% { - opacity: 1; - transform: scale(1) rotate(0deg); - } - 25% { - opacity: 0.8; - transform: scale(1.08) rotate(-2deg); - } - 50% { - opacity: 1; - transform: scale(1.15) rotate(2deg); - } - 75% { - opacity: 0.8; - transform: scale(1.08) rotate(-2deg); - } - } + + + +
+ + +
+ +
- -
-

Điều kì diệu sẽ hiện ra sau 5 giây

- +
+
+
- -
- - -
- - -
- -
- -
- - -
- - -
-

Cảm ơn bạn đã ghé thăm Slot 18! ✨

-
+ +
+

Cảm ơn bạn đã ghé thăm Slot 18! ✨

+
- -
+ +
- -
- - -
+ font-size: 14px; + color: #333; + text-align: center; + line-height: 1.6; + background: rgba(255, 255, 255, 0.6); + border-top: 1px dashed rgba(0, 0, 0, 0.15); + border-radius: 0 0 12px 12px; + padding-top: 10px; + width: 100%; + } + + #slot-20 .fc-note a { + color: #2563eb; + font-weight: 700; + text-decoration: none; + } + + #slot-20 .fc-note a:hover { + text-decoration: underline; + } + + +
-
+
-
+
-
-
-
-
+
+
+
+
- - + +
- ✨ Mở theeng.org ✨ + ✨ Mở theeng.org ✨
- 📘 Em sẽ cập nhật thêm dữ liệu từ vựng sau này
- hoặc vào theeng.org để học nhiều từ hơn! + 📘 Em sẽ cập nhật thêm dữ liệu từ vựng sau này
+ hoặc vào theeng.org để học + nhiều từ hơn!
-
- - -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
- + +
+ + + + + +
+ +
+ Move mouse to interact +
+ + +
- // Xóa drop khi ra khỏi màn hình - if (drop.y > slot28.offsetHeight + 50) { - drop.element.remove(); - drops.splice(index, 1); - } - }); + +
+ -
+ } + +

Máy tính tuổi thông minh

Nhập tuổi của bạn

-
- -
+ } + +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
- - - + +
+ + + +
- -
- - -
- - -
- -

Nà ná Nà na, anh oii

-

My fít pẩgraph

-
+ +
+ + +
+ + +
+ +

Nà ná Nà na, anh oii

+

My fít pẩgraph

+
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
- -

HDV - .NET Developer

-

DEVQN

- - -
+ } + + +

HDV - .NET Developer

+

DEVQN

+ + +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
-

Bitcoin sập buồn quá để giá cho anh em theo dõi

- - -
+ // Fetch price on load + slot88ShowBTC(); + +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
-
+ +
+
-
Slot 99
-

Cảm ơn anh đã tạo ra trang web này

-

- - Hải Phúc - - tự hào là một phần trong anh :)) <3 -

- - -
-
-
+
Slot 99
+

Cảm ơn anh đã tạo ra trang web này

+

+ + Hải Phúc + + tự hào là một phần trong anh :)) <3 +

+ + +
+
+
+
+
Đang yêu đời… 99%
-
Đang yêu đời… 99%
-
-

Tạo mã QR từ liên kết

-

Dán URL vào ô bên dưới, nhấn Tạo QR và tải về PNG.

- -
- -
- - +

Tạo mã QR từ liên kết

+

Dán URL vào ô bên dưới, nhấn Tạo QR và tải về PNG.

+ +
+ +
+ + +
-
-
-
-
-

Tip: dùng link ngắn để QR sắc nét hơn.

+
+
+
+

Tip: dùng link ngắn để QR sắc nét hơn.

-
+
- -
+ +
- - + - - + + - - -
+ +
+ + + +
+ + +
+
+

Album Chaos Memories

+

Bộ sưu tập khoảnh khắc được chụp khắp nơi trên hành trình Open Chaos Web. Mỗi tấm hình là một câu + chuyện khác nhau.

+
+ + + +
+
+ - -
- - + \ No newline at end of file