Skip to content

Instantly share code, notes, and snippets.

@llmm11
llmm11 / index.html
Created November 2, 2025 09:09
Untitled
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>便签墙</title>
<style>
* {
box-sizing: border-box;
margin: 0;