This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| body { display: flex; justify-content: center; align-items: center; height: 100vh; background: #000; color: #fff; font-family: monospace; } | |
| pre { font-size: 14px; line-height: 1; } | |
| </style> | |
| </head> | |
| <body> | |
| <pre> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="zh-TW"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap'); | |
| body { | |
| background-color: #fcf8e8; /* 暖米色背景 */ | |
| font-family: 'Noto Sans TC', sans-serif; |