blob: 03148927738b5ede0202a8eb765f2f0ce846c25a (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="/style" rel="stylesheet">
</head>
<body>
<div class="path">
<a href="/{project}/">{project}</a>/<a href="/{project}/{bug}">{bug}</a>/{pagenr}
</div>
<h2 class="subject">
{subject}
</h2>
<article class="main">
{content}
</article>
</body>
</html>
|