Changes to eggyfun.scroll.pub

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

Welcome to Eggy Party!

+

Join the most colorful and exciting game ever created!

+
+
+
+
+

About Eggy Party

+

Eggy Party is a vibrant, multiplayer game where you can collect eggs, customize your character, and compete in fun challenges. Dive into a world of color and excitement!

+
+
+
+

Features

+
    +
  • Customizable Characters
  • +
  • Exciting Challenges
  • +
  • Multiplayer Mode
  • +
  • Colorful Graphics
  • +
    +
    +
    +
    +

    Screenshots

    +
    + Eggy Party Screenshot 1
    + Eggy Party Screenshot 2
    + Eggy Party Screenshot 3
    +
    +
    +
    +
    +

    Join the Party!

    +

    Ready to join the fun? Sign up now and start your Eggy Party adventure!

    +
    +
    +
    +
    +
    +

    Connect with us on social media:

    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://eggyfun.scroll.pub
    + metaTags
    + editButton /edit.html
    + title Eggy Party - The Ultimate Fun Game
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "e1a2bc06-8353-4928-a502-374e3856200b",
    + "object": "chat.completion",
    + "created": 1735544136,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\neggyfun.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://eggyfun.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Eggy Party - The Ultimate Fun Game\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n

    Welcome to Eggy Party!

    \n

    Join the most colorful and exciting game ever created!

    \n
    \n\n
    \n
    \n

    About Eggy Party

    \n

    Eggy Party is a vibrant, multiplayer game where you can collect eggs, customize your character, and compete in fun challenges. Dive into a world of color and excitement!

    \n
    \n\n
    \n

    Features

    \n
      \n
    • Customizable Characters
    • \n
    • Exciting Challenges
    • \n
    • Multiplayer Mode
    • \n
    • Colorful Graphics
    • \n
    \n
    \n\n
    \n

    Screenshots

    \n
    \n \"Eggy\n \"Eggy\n \"Eggy\n
    \n
    \n\n
    \n

    Join the Party!

    \n

    Ready to join the fun? Sign up now and start your Eggy Party adventure!

    \n \n
    \n
    \n\n\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n background: linear-gradient(135deg, #ff9a9e, #fad0c4);\n color: #333;\n}\n\nheader {\n text-align: center;\n padding: 50px 20px;\n background: rgba(255, 255, 255, 0.8);\n margin-bottom: 20px;\n}\n\nheader h1 {\n font-size: 3rem;\n color: #ff6f61;\n}\n\nheader p {\n font-size: 1.2rem;\n color: #555;\n}\n\nmain {\n padding: 20px;\n}\n\nsection {\n margin-bottom: 40px;\n}\n\nh2 {\n font-size: 2rem;\n color: #ff6f61;\n margin-bottom: 20px;\n}\n\nul {\n list-style-type: none;\n padding: 0;\n}\n\nul li {\n background: rgba(255, 255, 255, 0.8);\n margin: 10px 0;\n padding: 10px;\n border-radius: 5px;\n}\n\n.gallery {\n display: flex;\n justify-content: space-around;\n flex-wrap: wrap;\n}\n\n.gallery img {\n width: 30%;\n border-radius: 10px;\n margin-bottom: 20px;\n}\n\nbutton {\n background: #ff6f61;\n color: white;\n border: none;\n padding: 10px 20px;\n font-size: 1rem;\n border-radius: 5px;\n cursor: pointer;\n}\n\nbutton:hover {\n background: #ff3b2f;\n}\n\nfooter {\n text-align: center;\n padding: 20px;\n background: rgba(255, 255, 255, 0.8);\n margin-top: 20px;\n}\n\n.social-links a {\n margin: 0 10px;\n color: #ff6f61;\n text-decoration: none;\n}\n\n.social-links a:hover {\n text-decoration: underline;\n}\n\n@media (max-width: 768px) {\n .gallery img {\n width: 45%;\n }\n}\n\n@media (max-width: 480px) {\n .gallery img {\n width: 100%;\n }\n}\n---script.js---\nfunction signUp() {\n alert(\"Thank you for signing up! Get ready to join the Eggy Party!\");\n}\n---end---"
    + },
    + "logprobs": null,
    + "finish_reason": "stop"
    + }
    + ],
    + "usage": {
    + "prompt_tokens": 252,
    + "completion_tokens": 998,
    + "total_tokens": 1250,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 252
    + },
    + "system_fingerprint": "fp_f1afce2943"
    + }
    readme.scroll
    Changed around line 1
    + # eggyfun.scroll.pub
    + Website generated by DeepSeek from prompt: create a websit which is about the game of eggy party, and be colorful.
    script.js
    Changed around line 1
    + function signUp() {
    + alert("Thank you for signing up! Get ready to join the Eggy Party!");
    + }
    style.css
    Changed around line 1
    + body {
    + font-family: 'Arial', sans-serif;
    + margin: 0;
    + padding: 0;
    + background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    + color: #333;
    + }
    +
    + header {
    + text-align: center;
    + padding: 50px 20px;
    + background: rgba(255, 255, 255, 0.8);
    + margin-bottom: 20px;
    + }
    +
    + header h1 {
    + font-size: 3rem;
    + color: #ff6f61;
    + }
    +
    + header p {
    + font-size: 1.2rem;
    + color: #555;
    + }
    +
    + main {
    + padding: 20px;
    + }
    +
    + section {
    + margin-bottom: 40px;
    + }
    +
    + h2 {
    + font-size: 2rem;
    + color: #ff6f61;
    + margin-bottom: 20px;
    + }
    +
    + ul {
    + list-style-type: none;
    + padding: 0;
    + }
    +
    + ul li {
    + background: rgba(255, 255, 255, 0.8);
    + margin: 10px 0;
    + padding: 10px;
    + border-radius: 5px;
    + }
    +
    + .gallery {
    + display: flex;
    + justify-content: space-around;
    + flex-wrap: wrap;
    + }
    +
    + .gallery img {
    + width: 30%;
    + border-radius: 10px;
    + margin-bottom: 20px;
    + }
    +
    + button {
    + background: #ff6f61;
    + color: white;
    + border: none;
    + padding: 10px 20px;
    + font-size: 1rem;
    + border-radius: 5px;
    + cursor: pointer;
    + }
    +
    + button:hover {
    + background: #ff3b2f;
    + }
    +
    + footer {
    + text-align: center;
    + padding: 20px;
    + background: rgba(255, 255, 255, 0.8);
    + margin-top: 20px;
    + }
    +
    + .social-links a {
    + margin: 0 10px;
    + color: #ff6f61;
    + text-decoration: none;
    + }
    +
    + .social-links a:hover {
    + text-decoration: underline;
    + }
    +
    + @media (max-width: 768px) {
    + .gallery img {
    + width: 45%;
    + }
    + }
    +
    + @media (max-width: 480px) {
    + .gallery img {
    + width: 100%;
    + }
    + }