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"> | |
| <title>數學符號快速檢索器</title> | |
| <style> | |
| body { font-family: sans-serif; padding: 20px; background: #f4f7f6; } | |
| .search-box { width: 100%; padding: 12px; font-size: 18px; margin-bottom: 20px; border: 2px solid #ddd; border-radius: 8px; } | |
| .category { margin-bottom: 30px; } | |
| .category-title { font-size: 20px; font-weight: bold; color: #2c3e50; border-left: 5px solid #3498db; padding-left: 10px; margin-bottom: 15px; } |