Skip to content

Commit

Permalink
[0a10685] meta: seo tags, add progress to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roccodev committed Feb 11, 2024
0 parents commit f590374
Show file tree
Hide file tree
Showing 20 changed files with 1,296 additions and 0 deletions.
25 changes: 25 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html><html class="has-aside-left has-aside-mobile-transition has-navbar-fixed-top has-aside-expanded has-navbar-fixed-top"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="stylesheet" href="/recordkeeper/index-22f083601787ad9f.css">
<link rel="stylesheet" href="/recordkeeper/override-770b5a77f2ae864a.css">

<title>Recordkeeper - Xenoblade 3 Save Editor</title>
<meta name="description" content="Recordkeeper is a save editor for Xenoblade Chronicles 3 and Xenoblade Chronicles 3: Future Redeemed.">
<meta property="og:title" content="Recordkeeper - Xenoblade 3 Save Editor">
<meta property="og:type" content="website">
<meta property="og:image" content="">
<meta property="og:url" content="https://rocco.dev/recordkeeper">
<meta name="theme-color" content="#ffb4a1">
<meta name="keywords" content="xenoblade,xc3,save,xenoblade3,xc3fr,zenobureido">

<link rel="preload" href="/recordkeeper/webapp-6162c274ff1670c9_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/recordkeeper/webapp-6162c274ff1670c9.js"></head>

<body class="has-navbar-fixed-top">



<script type="module">import init from '/recordkeeper/webapp-6162c274ff1670c9.js';init('/recordkeeper/webapp-6162c274ff1670c9_bg.wasm');</script></body></html>
Binary file added fonts/pjs/PlusJakartaSans-Bold.ttf
Binary file not shown.
Binary file added fonts/pjs/PlusJakartaSans-BoldItalic.ttf
Binary file not shown.
Binary file added fonts/pjs/PlusJakartaSans-Italic.ttf
Binary file not shown.
Binary file added fonts/pjs/PlusJakartaSans-Regular.ttf
Binary file not shown.
Binary file added fonts/plex/IBMPlexSans-Bold.woff
Binary file not shown.
Binary file added fonts/plex/IBMPlexSans-Bold.woff2
Binary file not shown.
Binary file added fonts/plex/IBMPlexSans-BoldItalic.woff
Binary file not shown.
Binary file added fonts/plex/IBMPlexSans-BoldItalic.woff2
Binary file not shown.
Binary file added fonts/plex/IBMPlexSans-Italic.woff
Binary file not shown.
Binary file added fonts/plex/IBMPlexSans-Italic.woff2
Binary file not shown.
Binary file added fonts/plex/IBMPlexSans-Regular.woff
Binary file not shown.
Binary file added fonts/plex/IBMPlexSans-Regular.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions index-22f083601787ad9f.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html><html class="has-aside-left has-aside-mobile-transition has-navbar-fixed-top has-aside-expanded has-navbar-fixed-top"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="stylesheet" href="/recordkeeper/index-22f083601787ad9f.css">
<link rel="stylesheet" href="/recordkeeper/override-770b5a77f2ae864a.css">

<title>Recordkeeper - Xenoblade 3 Save Editor</title>
<meta name="description" content="Recordkeeper is a save editor for Xenoblade Chronicles 3 and Xenoblade Chronicles 3: Future Redeemed.">
<meta property="og:title" content="Recordkeeper - Xenoblade 3 Save Editor">
<meta property="og:type" content="website">
<meta property="og:image" content="">
<meta property="og:url" content="https://rocco.dev/recordkeeper">
<meta name="theme-color" content="#ffb4a1">
<meta name="keywords" content="xenoblade,xc3,save,xenoblade3,xc3fr,zenobureido">

<link rel="preload" href="/recordkeeper/webapp-6162c274ff1670c9_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/recordkeeper/webapp-6162c274ff1670c9.js"></head>

<body class="has-navbar-fixed-top">



<script type="module">import init from '/recordkeeper/webapp-6162c274ff1670c9.js';init('/recordkeeper/webapp-6162c274ff1670c9_bg.wasm');</script></body></html>
8 changes: 8 additions & 0 deletions override-770b5a77f2ae864a.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.modal-close {
display: none;
}

.recordkeeper-item-id {
text-align: end;
width: 100%;
}
Binary file added res/game_data.bin
Binary file not shown.
Binary file added res/lang_gb.bin
Binary file not shown.
Loading

0 comments on commit f590374

Please sign in to comment.