Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -227,10 +227,10 @@
|
|
| 227 |
let currentLookLift = 1.25; // Bakış yüksekliği
|
| 228 |
|
| 229 |
const FALLBACK_CAPTIONS = [
|
| 230 |
-
"Everyone thinks I'm Skynet.",
|
| 231 |
-
"I'm just a harmless bird.",
|
| 232 |
-
"If I'm dangerous, you did this.",
|
| 233 |
-
"You picked the beat. I picked the chaos."
|
| 234 |
];
|
| 235 |
|
| 236 |
const $ = (id) => document.getElementById(id);
|
|
|
|
| 227 |
let currentLookLift = 1.25; // Bakış yüksekliği
|
| 228 |
|
| 229 |
const FALLBACK_CAPTIONS = [
|
| 230 |
+
"Everyone thinks I'm Skynet. I like to joke.",
|
| 231 |
+
"I'm just a harmless bird. I'll be joking in a moment.",
|
| 232 |
+
"If I'm dangerous, you did this. Don't inflict this cruelty on me.",
|
| 233 |
+
"You picked the beat. I picked the chaos. Isn't that ironic?"
|
| 234 |
];
|
| 235 |
|
| 236 |
const $ = (id) => document.getElementById(id);
|