mirror of
https://github.com/donavon04/DocuCenter.git
synced 2025-01-18 17:50:56 -07:00
21 lines
999 B
HTML
21 lines
999 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" class="light">
|
||
|
<head>
|
||
|
<!-- Google fonts -->
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
||
|
|
||
|
<!-- Font awesome CDN -->
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||
|
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
%sveltekit.head%
|
||
|
</head>
|
||
|
<body data-sveltekit-preload-data="hover" data-theme="mpe_theme">
|
||
|
<div style="display: contents">%sveltekit.body%</div>
|
||
|
</body>
|
||
|
</html>
|