portfu_admin 1.3.0

Library of Admin tools build on toip of Portfu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
<!--		<link rel="icon" href="$lib/assets/favicon.png" />-->
		<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>