20 lines
591 B
HTML
20 lines
591 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-color-mode="light">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="" />
|
|
<link rel="icon" href="%sveltekit.assets%/assets/omorphia.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="theme-color" content="#CF1971" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:image" content="https://omorphia.modrinth.com/assets/omorphia.png" />
|
|
<meta property="og:site_name" content="Modrinth" />
|
|
|
|
%sveltekit.head%
|
|
</head>
|
|
<body>
|
|
%sveltekit.body%
|
|
</body>
|
|
</html>
|