Changes to toprated.scroll.pub

root
root
19 days ago
Initial commit
body.html
Changed around line 1
+
+

Top Rated Porn Photos

+

Explore the highest rated adult content curated for you.

+
+
+
+
+ Top rated photo 1
+
+

Photo 1

+

Rating: 9.5/10

+
+
+
+ Top rated photo 2
+
+

Photo 2

+

Rating: 9.3/10

+
+
+
+ Top rated photo 3
+
+

Photo 3

+

Rating: 9.2/10

+
+
+
+
+
+

Enjoy responsibly.

+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://toprated.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Top Rated Porn Photos
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "c9e0c6a1-2d6a-40b7-852e-246a0e845ce6",
+ "object": "chat.completion",
+ "created": 1735852349,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\ntoprated.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://toprated.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Top Rated Porn Photos\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n

Top Rated Porn Photos

\n

Explore the highest rated adult content curated for you.

\n
\n
\n
\n
\n \"Top\n
\n

Photo 1

\n

Rating: 9.5/10

\n
\n
\n
\n \"Top\n
\n

Photo 2

\n

Rating: 9.3/10

\n
\n
\n
\n \"Top\n
\n

Photo 3

\n

Rating: 9.2/10

\n
\n
\n
\n
\n
\n

Enjoy responsibly.

\n
\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n background-color: #1e1e1e;\n color: #fff;\n}\n\nheader {\n text-align: center;\n padding: 2rem;\n background-color: #333;\n}\n\nheader h1 {\n margin: 0;\n font-size: 2.5rem;\n}\n\nheader p {\n margin: 0.5rem 0 0;\n font-size: 1.2rem;\n}\n\nmain {\n padding: 2rem;\n}\n\n#gallery {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 2rem;\n}\n\n.photo-container {\n position: relative;\n overflow: hidden;\n border-radius: 10px;\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);\n}\n\n.photo-container img {\n width: 100%;\n height: auto;\n display: block;\n transition: transform 0.3s ease;\n}\n\n.photo-container:hover img {\n transform: scale(1.1);\n}\n\n.photo-info {\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n background: rgba(0, 0, 0, 0.7);\n padding: 1rem;\n text-align: center;\n}\n\n.photo-info h2 {\n margin: 0;\n font-size: 1.5rem;\n}\n\n.photo-info p {\n margin: 0.5rem 0 0;\n font-size: 1rem;\n}\n\nfooter {\n text-align: center;\n padding: 1rem;\n background-color: #333;\n margin-top: 2rem;\n}\n\n@media (max-width: 768px) {\n header h1 {\n font-size: 2rem;\n }\n\n header p {\n font-size: 1rem;\n }\n\n #gallery {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n const photoContainers = document.querySelectorAll('.photo-container');\n\n photoContainers.forEach(container => {\n container.addEventListener('click', function() {\n alert('You clicked on a photo!');\n });\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 244,
+ "completion_tokens": 864,
+ "total_tokens": 1108,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 244
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # toprated.scroll.pub
+ Website generated by DeepSeek from prompt: create a website to crawl the top rated porn photos
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ const photoContainers = document.querySelectorAll('.photo-container');
+
+ photoContainers.forEach(container => {
+ container.addEventListener('click', function() {
+ alert('You clicked on a photo!');
+ });
+ });
+ });
style.css
Changed around line 1
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ background-color: #1e1e1e;
+ color: #fff;
+ }
+
+ header {
+ text-align: center;
+ padding: 2rem;
+ background-color: #333;
+ }
+
+ header h1 {
+ margin: 0;
+ font-size: 2.5rem;
+ }
+
+ header p {
+ margin: 0.5rem 0 0;
+ font-size: 1.2rem;
+ }
+
+ main {
+ padding: 2rem;
+ }
+
+ #gallery {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 2rem;
+ }
+
+ .photo-container {
+ position: relative;
+ overflow: hidden;
+ border-radius: 10px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
+ }
+
+ .photo-container img {
+ width: 100%;
+ height: auto;
+ display: block;
+ transition: transform 0.3s ease;
+ }
+
+ .photo-container:hover img {
+ transform: scale(1.1);
+ }
+
+ .photo-info {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ background: rgba(0, 0, 0, 0.7);
+ padding: 1rem;
+ text-align: center;
+ }
+
+ .photo-info h2 {
+ margin: 0;
+ font-size: 1.5rem;
+ }
+
+ .photo-info p {
+ margin: 0.5rem 0 0;
+ font-size: 1rem;
+ }
+
+ footer {
+ text-align: center;
+ padding: 1rem;
+ background-color: #333;
+ margin-top: 2rem;
+ }
+
+ @media (max-width: 768px) {
+ header h1 {
+ font-size: 2rem;
+ }
+
+ header p {
+ font-size: 1rem;
+ }
+
+ #gallery {
+ grid-template-columns: 1fr;
+ }
+ }