app.html (799B)
1 <!doctype html> 2 <html lang="en" data-theme=""> 3 <head> 4 <meta charset="utf-8" /> 5 <link rel="icon" href="%sveltekit.assets%/favicon.ico" /> 6 7 <script src="/assets/keyva.min.js"></script> 8 9 <link rel="stylesheet" type="text/css" href="/phosphor-icons/regular.css" /> 10 <link rel="stylesheet" type="text/css" href="/phosphor-icons/bold.css" /> 11 <link rel="stylesheet" type="text/css" href="/phosphor-icons/fill.css" /> 12 <link rel="stylesheet" type="text/css" href="/phosphor-icons/light.css" /> 13 14 <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no viewport-fit=cover" /> 15 %sveltekit.head% 16 </head> 17 <body data-sveltekit-preload-data="hover"> 18 <div style="display: contents">%sveltekit.body%</div> 19 </body> 20 </html>