generated from flo/template-frontend
16 lines
505 B
HTML
16 lines
505 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Bienen</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" type="image/x-icon" href="assets/icon.ico" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script>
|
|
</head>
|
|
<body class="bg-zinc-900">
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|