mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
15 lines
308 B
HTML
15 lines
308 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{template "_head.html" .}}
|
|
<body>
|
|
{{ template "_navbar.html" . }}
|
|
<section class="section">
|
|
<div class="container">
|
|
<h1 class="title">Rule Metrics</h1>
|
|
|
|
{{template "_rule_metrics_dash.html" .}}
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|