Changes to funnyjokes.scroll.pub

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

Top 10 Funny Jokes

+

Laugh your way through these hilarious jokes!

+
+
+
+
    +
  1. Why don’t skeletons fight each other? They don’t have the guts.
  2. +
  3. Why did the scarecrow win an award? Because he was outstanding in his field!
  4. +
  5. What do you call fake spaghetti? An impasta!
  6. +
  7. Why don’t eggs tell jokes? They’d crack each other up.
  8. +
  9. What do you call cheese that isn’t yours? Nacho cheese!
  10. +
  11. Why did the bicycle fall over? Because it was two-tired!
  12. +
  13. What do you call a bear with no teeth? A gummy bear!
  14. +
  15. Why can’t you give Elsa a balloon? Because she will let it go!
  16. +
  17. What do you get when you cross a snowman and a vampire? Frostbite!
  18. +
  19. Why did the math book look sad? Because it had too many problems.
  20. +
    +
    +
    +
    +

    Made with laughter and joy.

    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://funnyjokes.scroll.pub
    + metaTags
    + editButton /edit.html
    + title Top 10 Funny Jokes
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "dbb8a177-45a3-4f4b-940a-fcfd21a29111",
    + "object": "chat.completion",
    + "created": 1735768841,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\nfunnyjokes.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://funnyjokes.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Top 10 Funny Jokes\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n

    Top 10 Funny Jokes

    \n

    Laugh your way through these hilarious jokes!

    \n
    \n\n
    \n
      \n
    1. Why don’t skeletons fight each other? They don’t have the guts.
    2. \n
    3. Why did the scarecrow win an award? Because he was outstanding in his field!
    4. \n
    5. What do you call fake spaghetti? An impasta!
    6. \n
    7. Why don’t eggs tell jokes? They’d crack each other up.
    8. \n
    9. What do you call cheese that isn’t yours? Nacho cheese!
    10. \n
    11. Why did the bicycle fall over? Because it was two-tired!
    12. \n
    13. What do you call a bear with no teeth? A gummy bear!
    14. \n
    15. Why can’t you give Elsa a balloon? Because she will let it go!
    16. \n
    17. What do you get when you cross a snowman and a vampire? Frostbite!
    18. \n
    19. Why did the math book look sad? Because it had too many problems.
    20. \n
    \n
    \n\n
    \n

    Made with laughter and joy.

    \n
    \n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);\n color: #333;\n margin: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n min-height: 100vh;\n}\n\nheader {\n text-align: center;\n padding: 2rem;\n background: rgba(255, 255, 255, 0.8);\n border-radius: 10px;\n margin: 1rem;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\nh1 {\n font-size: 2.5rem;\n color: #ff6f61;\n}\n\np {\n font-size: 1.2rem;\n color: #555;\n}\n\nmain {\n background: rgba(255, 255, 255, 0.8);\n border-radius: 10px;\n padding: 2rem;\n margin: 1rem;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n max-width: 600px;\n width: 100%;\n}\n\nol {\n list-style-type: decimal;\n padding-left: 1.5rem;\n}\n\nli {\n font-size: 1.1rem;\n margin: 1rem 0;\n line-height: 1.6;\n}\n\nfooter {\n text-align: center;\n padding: 1rem;\n font-size: 0.9rem;\n color: #777;\n}\n\n@media (max-width: 600px) {\n h1 {\n font-size: 2rem;\n }\n\n p {\n font-size: 1rem;\n }\n\n li {\n font-size: 1rem;\n }\n}\n---script.js---\n// No JavaScript needed for this simple page\n---end---"
    + },
    + "logprobs": null,
    + "finish_reason": "stop"
    + }
    + ],
    + "usage": {
    + "prompt_tokens": 239,
    + "completion_tokens": 793,
    + "total_tokens": 1032,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 239
    + },
    + "system_fingerprint": "fp_f1afce2943"
    + }
    readme.scroll
    Changed around line 1
    + # funnyjokes.scroll.pub
    + Website generated by DeepSeek from prompt: top 10 funny jokes
    script.js
    Changed around line 1
    + // No JavaScript needed for this simple page
    style.css
    Changed around line 1
    + body {
    + font-family: 'Arial', sans-serif;
    + background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    + color: #333;
    + margin: 0;
    + padding: 0;
    + display: flex;
    + flex-direction: column;
    + align-items: center;
    + justify-content: center;
    + min-height: 100vh;
    + }
    +
    + header {
    + text-align: center;
    + padding: 2rem;
    + background: rgba(255, 255, 255, 0.8);
    + border-radius: 10px;
    + margin: 1rem;
    + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    + }
    +
    + h1 {
    + font-size: 2.5rem;
    + color: #ff6f61;
    + }
    +
    + p {
    + font-size: 1.2rem;
    + color: #555;
    + }
    +
    + main {
    + background: rgba(255, 255, 255, 0.8);
    + border-radius: 10px;
    + padding: 2rem;
    + margin: 1rem;
    + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    + max-width: 600px;
    + width: 100%;
    + }
    +
    + ol {
    + list-style-type: decimal;
    + padding-left: 1.5rem;
    + }
    +
    + li {
    + font-size: 1.1rem;
    + margin: 1rem 0;
    + line-height: 1.6;
    + }
    +
    + footer {
    + text-align: center;
    + padding: 1rem;
    + font-size: 0.9rem;
    + color: #777;
    + }
    +
    + @media (max-width: 600px) {
    + h1 {
    + font-size: 2rem;
    + }
    +
    + p {
    + font-size: 1rem;
    + }
    +
    + li {
    + font-size: 1rem;
    + }
    + }