aboutsummaryrefslogtreecommitdiff
path: root/templates/header.rs.html
blob: 9384bcbc9a5d0153bb1c926c96769856c7f99292 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@use super::statics::style_css;
@()
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>NCCd Dashboard</title>
        <link rel="stylesheet" href="/static/@style_css.name"/>

        <meta name="viewport" content="width=device-width,initial-scale=1.0">
    </head>

    <body>

        <div class="container">