[+] Layout and style of webpage

This commit is contained in:
2025-03-13 22:03:28 -04:00
parent c1e87c119d
commit 5c8106fdc9
2 changed files with 47 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TGCN 频道树</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
{{CONTENT}}
</body>
</html>