29 lines
647 B
HTML
29 lines
647 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<title>Sample for group_list.rs</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<main>
|
||
|
<ol class="group-list">
|
||
|
<li class="group-list-item-subscribed">
|
||
|
<a href="/~test.description" class="link-group">~test.description</a>
|
||
|
-
|
||
|
<span class="group-list-description">Test group with description.</span>
|
||
|
<br>
|
||
|
<span class="group-list-activity">Approx. daily activity:
|
||
|
1 topic,
|
||
|
2 comments
|
||
|
</span>
|
||
|
</li>
|
||
|
<li class="group-list-item-subscribed">
|
||
|
<a href="/~test" class="link-group">~test</a>
|
||
|
</li>
|
||
|
</ol>
|
||
|
</main>
|
||
|
</body>
|
||
|
|
||
|
</html>
|