mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-26 17:24:39 +01:00
feat: visual overhaul
This commit is contained in:
parent
2442d891b8
commit
b7565ca255
10 changed files with 1828 additions and 484 deletions
19
src/app.html
19
src/app.html
|
|
@ -10,16 +10,19 @@
|
|||
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">
|
||||
<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">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
%sveltekit.body%
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue