17 lines
559 B
HTML
17 lines
559 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="icon" href="/favicon.png" />
|
||
|
<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=Tajawal:wght@400;500&display=swap" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="/style.css" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
%svelte.head%
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="svelte">%svelte.body%</div>
|
||
|
</body>
|
||
|
</html>
|