Skip to content

Instantly share code, notes, and snippets.

View jesmellow's full-sized avatar

jesmellow

  • Joined May 27, 2026
View GitHub Profile
@jesmellow
jesmellow / index.html
Created May 27, 2026 07:55
2026下半年新游追踪看板
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>2026下半年重点新游追踪</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--bg: #f5f5f5;