printerfacts/templates/header.rs.html

13 lines
295 B
HTML
Raw Normal View History

2020-07-16 20:10:45 +00:00
@(title: &str)
2020-07-09 22:19:03 +00:00
<!DOCTYPE html>
<html>
<head>
2020-07-16 20:10:45 +00:00
<title>@title</title>
2020-07-09 22:19:03 +00:00
<link rel="stylesheet" href="/static/gruvbox.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body id="top">
<main>
2020-07-16 20:10:45 +00:00
<h1>@title</h1>