mattermost-channels/header.html

15 lines
414 B
HTML
Raw Normal View History

2024-11-23 14:51:27 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>$mattermost_name channels</title>
2024-11-23 20:49:26 +01:00
<link href="../main.css" rel="stylesheet" />
2024-11-23 14:51:27 +01:00
</head>
<body>
2024-11-23 20:49:26 +01:00
<header>
<h1>$mattermost_name channels</h1>
<p>A list of all $channel_count public channels in the team <tt>$team_name</tt> on $mattermost_name, as of $lastupdated</p>
</header>
<main>