Shell Shockers Unblocked


<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Shell Shockers</title> <style> html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; } object { width: 100%; height: 100vh; border: none; } </style> </head> <body> <object data="https://shellshock.io"></object> </body> </html>