<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<title>PF Admin 2</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class='bg text'>
<div style="display: flex;height: 100%;flex-direction: column;">%sveltekit.body%</div>
</body>
</html>