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-HK"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title>姐姐工資計算器 Pro</title> | |
| <style> | |
| :root { | |
| --primary: #FF9500; --bg: #F2F2F7; --card: #FFFFFF; --text: #1C1C1E; --input-border: #D1D1D6; --toggle-bg: #E3E3E6; | |
| } |
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-HK"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title>金融全能計算機 Pro</title> | |
| <style> | |
| :root { | |
| --primary: #0A84FF; --success: #30D158; --bg: #F2F2F7; | |
| --card-bg: #FFFFFF; --text: #1C1C1E; --label-text: #8E8E93; |