Skip to content

Instantly share code, notes, and snippets.

@KoaAI
KoaAI / index.html
Created May 13, 2026 04:17
植物大战僵尸 · 网页版
<!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; padding: 0; user-select: none; -webkit-tap-highlight-color: transparent; }
body {
font-family: "Comic Sans MS", "Microsoft YaHei", sans-serif;