commit c64b735620bb330b78336826ce10ae4cefa76146
Author: root <root@hub.scroll.pub> Date: 2025-01-02 21:12:42 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..3204ad6 --- /dev/null +++ b/body.html @@ -0,0 +1,32 @@ +<header> + <h1>Top Rated Porn Photos</h1> + <p>Explore the highest rated adult content curated for you.</p> +</header> +<main> + <section id="gallery"> + <div class="photo-container"> + <img src="/images/photo1.jpg" alt="Top rated photo 1"> + <div class="photo-info"> + <h2>Photo 1</h2> + <p>Rating: 9.5/10</p> + </div> + </div> + <div class="photo-container"> + <img src="/images/photo2.jpg" alt="Top rated photo 2"> + <div class="photo-info"> + <h2>Photo 2</h2> + <p>Rating: 9.3/10</p> + </div> + </div> + <div class="photo-container"> + <img src="/images/photo3.jpg" alt="Top rated photo 3"> + <div class="photo-info"> + <h2>Photo 3</h2> + <p>Rating: 9.2/10</p> + </div> + </div> + </section> +</main> +<footer> + <p>Enjoy responsibly.</p> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..f2e1e00 --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://toprated.scroll.pub +metaTags +editButton /edit.html +title Top Rated Porn Photos +style.css +body.html +script.js \ No newline at end of file diff --git a/prompt.json b/prompt.json new file mode 100644 index 0000000..5c121fd --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "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<header>\n <h1>Top Rated Porn Photos</h1>\n <p>Explore the highest rated adult content curated for you.</p>\n</header>\n<main>\n <section id=\"gallery\">\n <div class=\"photo-container\">\n <img src=\"/images/photo1.jpg\" alt=\"Top rated photo 1\">\n <div class=\"photo-info\">\n <h2>Photo 1</h2>\n <p>Rating: 9.5/10</p>\n </div>\n </div>\n <div class=\"photo-container\">\n <img src=\"/images/photo2.jpg\" alt=\"Top rated photo 2\">\n <div class=\"photo-info\">\n <h2>Photo 2</h2>\n <p>Rating: 9.3/10</p>\n </div>\n </div>\n <div class=\"photo-container\">\n <img src=\"/images/photo3.jpg\" alt=\"Top rated photo 3\">\n <div class=\"photo-info\">\n <h2>Photo 3</h2>\n <p>Rating: 9.2/10</p>\n </div>\n </div>\n </section>\n</main>\n<footer>\n <p>Enjoy responsibly.</p>\n</footer>\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" +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..294c027 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# toprated.scroll.pub +Website generated by DeepSeek from prompt: create a website to crawl the top rated porn photos \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..488817c --- /dev/null +++ b/script.js @@ -0,0 +1,9 @@ +document.addEventListener('DOMContentLoaded', function() { + const photoContainers = document.querySelectorAll('.photo-container'); + + photoContainers.forEach(container => { + container.addEventListener('click', function() { + alert('You clicked on a photo!'); + }); + }); +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..c26ba58 --- /dev/null +++ b/style.css @@ -0,0 +1,92 @@ +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; + } +} \ No newline at end of file