Changes to happynewyearzhanrui.scroll.pub

ffff:112.10.223.46
ffff:112.10.223.46
20 days ago
updated index.scroll
index.scroll
Changed around line 2: buildHtml
- title Happy New Year 詹瑞
+ title Happy New Year 顾浩然
root
root
20 days ago
Initial commit
body.html
Changed around line 1
+
+
+

Happy New Year 詹瑞!

+

Wishing you a year filled with joy, success, and prosperity.

+
+
+
+
+
+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://happynewyearzhanrui.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Happy New Year 詹瑞
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "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
\n
\n

Happy New Year 詹瑞!

\n

Wishing you a year filled with joy, success, and prosperity.

\n
\n
\n
\n
\n
\n
\n
\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"
+ }
readme.scroll
Changed around line 1
+ # happynewyearzhanrui.scroll.pub
+ Website generated by DeepSeek from prompt: creat a website tell 詹瑞 happy new year
script.js
Changed around line 1
+ // No JavaScript needed for this simple page
style.css
Changed around line 1
+ * {
+ 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;
+ }
+ }