cibus-backend/cibus_bin/templates/index.html

13 lines
300 B
HTML
Raw Normal View History

2022-08-15 22:55:04 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/assets/output.css" rel="stylesheet">
</head>
<body class="font-bold text-blue-500">
{{ name }}
</body>
</html>