diff options
author | chai <chaifix@163.com> | 2018-01-24 20:04:34 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-01-24 20:04:34 +0800 |
commit | 6562ad5da1548247e50c2b592332c9f56afda072 (patch) | |
tree | 9b8adbf557d0d7126ca16aee29d1c603e1705e14 /cgi-bin/tags.html | |
parent | 131cf12827e64f527da69251b6a6221d130c1cc7 (diff) |
*修改
Diffstat (limited to 'cgi-bin/tags.html')
-rw-r--r-- | cgi-bin/tags.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cgi-bin/tags.html b/cgi-bin/tags.html new file mode 100644 index 0000000..1714a78 --- /dev/null +++ b/cgi-bin/tags.html @@ -0,0 +1,18 @@ +<html> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>issues tags</title> +<body> +<link rel="stylesheet" href="style.css" type="text/css" /> +<div id="container"> + <img src="logo.png" id="logo"/> + <br/> + <div id="tags_container"> + <!--tags--> + <!--根据tag_unit.html生成的一些tag条目--> + {tags} + <!--tags end--> + </div> +</div> +</body> +</html> + |