Skip to content

Instantly share code, notes, and snippets.

View askalee90's full-sized avatar

Hong Jin askalee90

  • Singapore
View GitHub Profile
@askalee90
askalee90 / feiye.html
Last active May 27, 2026 16:19
飛爺修煉計算機
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>修煉境界倒數計算機 - 飛爺定點爆發版</title>
<style>
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f4f7f9; color: #333; margin: 0; padding: 20px; }
.container { max-width: 1000px; margin: 0 auto; background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
h1 { text-align: center; color: #1b365d; margin-bottom: 5px; font-size: 24px; }