Skip to content

Instantly share code, notes, and snippets.

View mutualth's full-sized avatar

mutualth

  • Joined May 7, 2026
View GitHub Profile
@mutualth
mutualth / index.html
Created May 7, 2026 11:18
Second try
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>한약제제학 CBT v2</title>
<style>
body{margin:0;background:#f5f6fb;font-family:sans-serif;color:#222}
header{background:white;padding:18px 22px;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0}
h1{margin:0;color:#5146e8;font-size:22px}
@mutualth
mutualth / index.html
Last active May 7, 2026 11:15
index.html
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>한약제제학 CBT</title>
<style>
body{
font-family:sans-serif;