EEAR-V3 / app /templates /base.html
cacode's picture
Create app/templates/base.html
ce93ecc verified
raw
history blame contribute delete
757 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>浣滄枃鎵规敼缁撴灉</title>
<style>
body { font-family: -apple-system, sans-serif; line-height: 1.6; max-width:1024px; margin:auto; padding:32px; }
code { background: #f5f5f5; padding: 2px 4px; border-radius: 4px; }
pre { background: #f5f5f5; padding: 10px; overflow-x: auto; }
blockquote { border-left: 4px solid #ddd; padding-left: 12px; color: #666; }
img { display:block;width:100%;max-width:100%;height:auto;margin:10px 0;object-fit:contain; }
.highlight-bracket { display:inline-block; background:#ffd6d6; }
.highlight-bracket-green { background:#d4f7d4; }
</style>
</head>
<body>
<h1>鎵规敼缁撴灉 #{{code}}</h1>
{{content}}
</body>
</html>