Skip to content

Instantly share code, notes, and snippets.

@oohowba
oohowba / wacli_auth.html
Created January 30, 2026 16:45
WhatsApp Auth QR
<!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>
@oohowba
oohowba / itinerary_final.html
Created January 30, 2026 15:04
2026 紐西蘭女王獨旅攻略
<!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;