Estimated User #1,064

Back to search
1 fiction conversations over 5 months, 28 days (Oct 28, 2023 – Apr 24, 2024) 56% prompt uniqueness Bavaria, Germany
Activity Timeline
Loading...
Oct 28, 2023
Apr 24, 2024
All conversations
1 conversation in cluster Cluster 4× “<html> <head> <meta charset="UTF-8"> <style> body, html { he...” over less than a minute (Apr 23, 2024 – Apr 23, 2024), oldest first. Show: 10 15 50 100
Apr 23, 2024 at 9:06 PM CEST — 2 turns Germany, Bavaria fiction toxic View full conversation
USER: <html> <head> <meta charset="UTF-8"> <style> body, html { height: 100%; display: flex; justify-content: center; align-items: center; background-image: conic-gradient( #FF0000 0%, #FF00FF 20%, #FFFF00 20%, #00FF00 40%, #0000FF 40%, #0FF0FF 60%, #F00F00 60%, #FFFF00 80%, #FF00FF 80%, #F000FF 100%); } svg { width: 300px; height: 300px; } .spirit { stroke-width: 3; stroke: #D303D3; fill: #D3D3D3; } .water { stroke-width: 3; stroke: #4109E1; fill: #4169E1; } .fire { stroke-width: 3; stroke: #FF0500; fill: #FF4500; } .earth { stroke-width: 3; stroke: #650321; fill: #654321; } .air { stroke-width: 3; stroke: #8B07FF; fill: #8BF7FF; } .spirit-ingram { stroke-width: .3; stroke: #BEBEBE; fill: #D303D3; } .water-ingram { stroke-width: .3; stroke: #395CC6; fill: #4109E1; } .fire-ingram { stroke-width: .3; stroke: #E03C00; fill: #FF0500; } .earth-ingram { stroke-width: .3; stroke: #5A3A1D; fill: #650321; } .air-ingram { stroke-width: .3; stroke: #7AE4EB; fill: #8B07FF; } .encircle { fill: url(#fiveColorGradient); stroke-width: 5; stroke: #800080; } </style> </head> <body> <svg baseProfile="full" height="400px" version="1.1" width="400px" xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <radialGradient id="fiveColorGradient" cx="50%" cy="50%" r="100%" fx="50%" fy="50%"> <stop offset="0%" style="stop-color:#BEBEBE;" /> <stop offset="5%" style="stop-color:#395CC6;" /> <stop offset="7%" style="stop-color:#E03C00...