Skip to content

Instantly share code, notes, and snippets.

@jazz9014
jazz9014 / index.html
Last active October 18, 2025 08:08
TEST_MOVIE
<!doctype html>
<html lang="ko">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>🎬 시네마클럽 함께볼 영화 2026</title>
<style>
:root{--ink:#111;--mut:#667085;--line:#e5e7eb;--bg:#fafafa;--brand:#111}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--ink);background:#fafafa;
max-width:960px;margin:24px auto;padding:0 16px}