commit 61e9427d14c849dced5092590c97943692c45001
Author: ffff:112.10.223.46 <ffff:112.10.223.46@happynewyearzhanrui.scroll.pub>
Date: 2025-01-02 02:13:59 +0000
Subject: updated index.scroll
diff --git a/index.scroll b/index.scroll
index 8e64d80..3c9f366 100644
--- a/index.scroll
+++ b/index.scroll
@@ -2,7 +2,7 @@ buildHtml
baseUrl https://happynewyearzhanrui.scroll.pub
metaTags
editButton /edit.html
-title Happy New Year 詹瑞
+title Happy New Year 顾浩然
style.css
body.html
script.js
\ No newline at end of file
commit 54de88211f503b958d46094fb1d4f8e7d9f3ba58
Author: root <root@hub.scroll.pub>
Date: 2025-01-02 02:11:28 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..1e7e872
--- /dev/null
+++ b/body.html
@@ -0,0 +1,11 @@
+<main class="container">
+ <div class="message-box">
+ <h1 class="title">Happy New Year 詹瑞!</h1>
+ <p class="subtitle">Wishing you a year filled with joy, success, and prosperity.</p>
+ <div class="fireworks">
+ <div class="firework"></div>
+ <div class="firework"></div>
+ <div class="firework"></div>
+ </div>
+ </div>
+</main>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..8e64d80
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://happynewyearzhanrui.scroll.pub
+metaTags
+editButton /edit.html
+title Happy New Year 詹瑞
+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..f023171
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "de731bdf-e998-42a1-aa8f-c924a7115b60",
+ "object": "chat.completion",
+ "created": 1735783876,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nhappynewyearzhanrui.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://happynewyearzhanrui.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Happy New Year 詹瑞\nstyle.css\nbody.html\nscript.js\n---body.html---\n<main class=\"container\">\n <div class=\"message-box\">\n <h1 class=\"title\">Happy New Year 詹瑞!</h1>\n <p class=\"subtitle\">Wishing you a year filled with joy, success, and prosperity.</p>\n <div class=\"fireworks\">\n <div class=\"firework\"></div>\n <div class=\"firework\"></div>\n <div class=\"firework\"></div>\n </div>\n </div>\n</main>\n---style.css---\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n background: linear-gradient(135deg, #1e3c72, #2a5298);\n color: #fff;\n font-family: 'Arial', sans-serif;\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100vh;\n overflow: hidden;\n}\n\n.container {\n text-align: center;\n}\n\n.message-box {\n background: rgba(255, 255, 255, 0.1);\n padding: 2rem;\n border-radius: 15px;\n backdrop-filter: blur(10px);\n box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);\n}\n\n.title {\n font-size: 3rem;\n margin-bottom: 1rem;\n animation: fadeIn 2s ease-in-out;\n}\n\n.subtitle {\n font-size: 1.5rem;\n animation: fadeIn 3s ease-in-out;\n}\n\n.fireworks {\n position: relative;\n width: 100%;\n height: 200px;\n margin-top: 2rem;\n}\n\n.firework {\n position: absolute;\n width: 10px;\n height: 10px;\n background: #ffeb3b;\n border-radius: 50%;\n animation: explode 2s infinite ease-in-out;\n}\n\n.firework:nth-child(1) {\n left: 20%;\n top: 50%;\n animation-delay: 0s;\n}\n\n.firework:nth-child(2) {\n left: 50%;\n top: 30%;\n animation-delay: 1s;\n}\n\n.firework:nth-child(3) {\n left: 80%;\n top: 60%;\n animation-delay: 1.5s;\n}\n\n@keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n\n@keyframes explode {\n 0% {\n transform: scale(1);\n opacity: 1;\n }\n 100% {\n transform: scale(10);\n opacity: 0;\n }\n}\n\n@media (max-width: 768px) {\n .title {\n font-size: 2rem;\n }\n\n .subtitle {\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": 245,
+ "completion_tokens": 715,
+ "total_tokens": 960,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 245
+ },
+ "system_fingerprint": "fp_f1afce2943"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..c0847d4
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# happynewyearzhanrui.scroll.pub
+Website generated by DeepSeek from prompt: creat a website tell 詹瑞 happy new year
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..73aa4ed
--- /dev/null
+++ b/script.js
@@ -0,0 +1 @@
+// No JavaScript needed for this simple page
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..23b0db4
--- /dev/null
+++ b/style.css
@@ -0,0 +1,103 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+body {
+ background: linear-gradient(135deg, #1e3c72, #2a5298);
+ color: #fff;
+ font-family: 'Arial', sans-serif;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 100vh;
+ overflow: hidden;
+}
+
+.container {
+ text-align: center;
+}
+
+.message-box {
+ background: rgba(255, 255, 255, 0.1);
+ padding: 2rem;
+ border-radius: 15px;
+ backdrop-filter: blur(10px);
+ box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
+}
+
+.title {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ animation: fadeIn 2s ease-in-out;
+}
+
+.subtitle {
+ font-size: 1.5rem;
+ animation: fadeIn 3s ease-in-out;
+}
+
+.fireworks {
+ position: relative;
+ width: 100%;
+ height: 200px;
+ margin-top: 2rem;
+}
+
+.firework {
+ position: absolute;
+ width: 10px;
+ height: 10px;
+ background: #ffeb3b;
+ border-radius: 50%;
+ animation: explode 2s infinite ease-in-out;
+}
+
+.firework:nth-child(1) {
+ left: 20%;
+ top: 50%;
+ animation-delay: 0s;
+}
+
+.firework:nth-child(2) {
+ left: 50%;
+ top: 30%;
+ animation-delay: 1s;
+}
+
+.firework:nth-child(3) {
+ left: 80%;
+ top: 60%;
+ animation-delay: 1.5s;
+}
+
+@keyframes fadeIn {
+ from {
+ opacity: 0;
+ }
+ to {
+ opacity: 1;
+ }
+}
+
+@keyframes explode {
+ 0% {
+ transform: scale(1);
+ opacity: 1;
+ }
+ 100% {
+ transform: scale(10);
+ opacity: 0;
+ }
+}
+
+@media (max-width: 768px) {
+ .title {
+ font-size: 2rem;
+ }
+
+ .subtitle {
+ font-size: 1rem;
+ }
+}
\ No newline at end of file