mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-25 16:54:23 +01:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<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=Jost:ital,wght@0,100..900;1,100..900&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<meta property="og:type" content="summary" />
|
|
<meta property="og:site_name" content="suyu" />
|
|
<meta property="og:title" content="suyu" />
|
|
<meta
|
|
property="og:description"
|
|
content="suyu, pronounced sue-you (wink wink) is the continuation of the world's most popular, open-source, Nintendo Switch emulator, yuzu. It is written in C++ with portability in mind, and we actively maintain builds for Windows, Linux and Android."
|
|
/>
|
|
<meta property="og:image" content="https://suyu.dev/img/suyu.png" />
|
|
<meta property="og:image:alt" content="suyu" />
|
|
<meta property="og:url" content="https://suyu.dev" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
%sveltekit.body%
|
|
</body>
|
|
</html>
|