aboutsummaryrefslogtreecommitdiff
path: root/templates/index.rs.html
blob: 4fb701cadefa4b4dffede05c38ac5d8ecc797f8c (plain) (blame)
1
2
3
4
5
6
7
8
@use super::{header_html, footer_html};

@()
@:header_html()
            <h1>NCCd (Network Communications Control Daemon)</h1>

            <h3>Please <a href="/dash/auth/login">Log in</a></h3>
@:footer_html()