muldap/templates/layout/header.html
Gregory Ballantine 8a572e70b1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added start of Muldap web service
2023-03-29 18:07:46 -04:00

11 lines
304 B
HTML

<!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>