Skip to content

Commit

Permalink
defer stylesheet loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole authored Jun 14, 2024
1 parent f272de4 commit be34aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<meta name=”description” content=”With Lamia Invoice Generator, you can generate your invoices easily. Lamia is licensed by Goldenhand Software”>
<title> Lamia Invoice Generator </title>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>

<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
</body>
</html>

0 comments on commit be34aea

Please sign in to comment.