From 3d87bd0ca07a8a5ccb3dc2fff6b1c9bf82c37c49 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Mon, 24 Mar 2025 00:05:49 +1100 Subject: [PATCH] x --- login.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/login.html b/login.html index 629f521..55c8704 100644 --- a/login.html +++ b/login.html @@ -607,15 +607,15 @@ V // Dictator options const dictators = [ - { id: 'stalin', name: 'Joseph Stalin', image: 'https://i.imgur.com/NbKj0xK.jpg' }, - { id: 'hitler', name: 'Adolf Hitler', image: 'https://i.imgur.com/1JXPWal.jpg' }, - { id: 'kim', name: 'Kim Jong-un', image: 'https://i.imgur.com/LYPwCAt.jpg' }, - { id: 'mao', name: 'Mao Zedong', image: 'https://i.imgur.com/LTF8NMR.jpg' }, - { id: 'castro', name: 'Fidel Castro', image: 'https://i.imgur.com/JhMKGYN.jpg' }, - { id: 'putin', name: 'Vladimir Putin', image: 'https://i.imgur.com/FW6Stcx.jpg' }, - { id: 'mussolini', name: 'Benito Mussolini', image: 'https://i.imgur.com/t9rV0jI.jpg' }, + { id: 'stalin', name: 'Joseph Stalin', image: 'https://radical.omar-c29.workers.dev/memes/stalin.avif' }, + { id: 'hitler', name: 'Adolf Hitler', image: 'https://radical.omar-c29.workers.dev/memes/hitler.jpg' }, + { id: 'kim', name: 'Kim Jong-un', image: 'https://radical.omar-c29.workers.dev/memes/kim.png' }, + { id: 'mao', name: 'Mao Zedong', image: 'https://radical.omar-c29.workers.dev/memes/mao.jpg' }, + { id: 'castro', name: 'Fidel Castro', image: 'https://radical.omar-c29.workers.dev/memes/fidel.jpg' }, + { id: 'putin', name: 'Vladimir Putin', image: 'https://radical.omar-c29.workers.dev/memes/putin.jpg' }, + { id: 'mussolini', name: 'Benito Mussolini', image: 'https://radical.omar-c29.workers.dev/memes/benito.jpg' }, { id: 'pol', name: 'Pol Pot', image: 'https://i.imgur.com/AZRJW2n.jpg' }, - { id: 'kanye', name: 'Kanye West', image: 'https://i.imgur.com/DWZTaYQ.jpg' }, + { id: 'kanye', name: 'Kanye West', image: 'https://radical.omar-c29.workers.dev/memes/ye.png' }, { id: 'khomeini', name: 'Ayatollah Khomeini', image: 'https://i.imgur.com/M7OPgQd.jpg' }, { id: 'netanyahu', name: 'Benjamin Netanyahu', image: 'https://i.imgur.com/9ZKJFy8.jpg' }, { id: 'zelensky', name: 'Volodymyr Zelensky', image: 'https://i.imgur.com/jANrPvB.jpg' },