diff options
author | chai <chaifix@163.com> | 2018-01-25 20:07:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-01-25 20:07:15 +0800 |
commit | a253c861daed44aad49ae9a195c9b0bc5d309134 (patch) | |
tree | a10782ea82b8d71a86ab2d8311ac630f0676786e /cgi-bin/issue.html | |
parent | 9b10aa27ce8aab1ba5a05369766136071f7f9957 (diff) |
修改
Diffstat (limited to 'cgi-bin/issue.html')
-rw-r--r-- | cgi-bin/issue.html | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/cgi-bin/issue.html b/cgi-bin/issue.html index fd40910..129a531 100644 --- a/cgi-bin/issue.html +++ b/cgi-bin/issue.html @@ -1,4 +1,26 @@ - - - +<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 class="issue_container"> + <div class="issue_title"> + #{issueId} {issueTitle} + </div> + <div class="issue_tags"> + {tags} + </div> + <div class="issue_description"> + {issueDescription} + </div> + <div class="issue_solve"> + {issueSolve} + </div> + </div> +</div> +</body> +</html> |