diff options
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> + |