muldap/templates/layout/header.html

11 lines
304 B
HTML
Raw Permalink Normal View History

2023-03-29 18:07:46 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .title }} | Muldap Web</title>
<link rel="stylesheet" href="/css/dustdevil.css">
</head>
<body>