You've already forked AstralRinth
forked from didirus/AstralRinth
20 lines
576 B
HTML
20 lines
576 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-color-mode="light">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="" />
|
|
<link rel="icon" href="%svelte.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" />
|
|
|
|
%svelte.head%
|
|
</head>
|
|
<body>
|
|
%svelte.body%
|
|
</body>
|
|
</html>
|