Skip to content

Commit

Permalink
Update ttu
Browse files Browse the repository at this point in the history
  • Loading branch information
arianneorpilla committed Jan 8, 2023
1 parent ad8c231 commit 46400ee
Show file tree
Hide file tree
Showing 62 changed files with 637 additions and 975 deletions.
52 changes: 24 additions & 28 deletions yuuna/assets/ttu-ebook-reader/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,51 @@
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1"
name="viewport"
/>
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="152x152" href="./favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="152x152" href="/favicon.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./icons/regular-icon@32x32.png"
href="/icons/regular-icon@32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./icons/regular-icon@16x16.png"
href="/icons/regular-icon@16x16.png"
/>
<link rel="manifest" href="./manifest.webmanifest" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="theme-color" content="#37474f" />
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#37474f" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#37474f" />
<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=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<meta http-equiv="content-security-policy" content="">
<link rel="modulepreload" href="/_app/immutable/start-db8592a8.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index-51808792.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index-395b34f6.js">
<link rel="modulepreload" href="/_app/immutable/chunks/singletons-d1fb5791.js">
<script>
if ('serviceWorker' in navigator) {
addEventListener('load', () => {
navigator.serviceWorker.register('/service-worker.js');
});
}
</script>
<link rel="modulepreload" href="/_app/immutable/start-e64e3e18.js">
<link rel="modulepreload" href="/_app/immutable/chunks/singletons-54206af0.js">
<script>
if ('serviceWorker' in navigator) {
addEventListener('load', function () {
navigator.serviceWorker.register('/service-worker.js');
});
}
</script>
</head>
<body class="h-full w-full break-words font-sans">
<div class="h-full w-full">
<script type="module" data-sveltekit-hydrate="45h">
import { start } from "/_app/immutable/start-db8592a8.js";
start({
target: document.querySelector('[data-sveltekit-hydrate="45h"]').parentNode,
paths: {"base":"","assets":""},
session: {},
route: true,
spa: true,
trailing_slash: "never",
hydrate: null
});
</script></div>
import { start } from "/_app/immutable/start-e64e3e18.js";

start({
env: {},
paths: {"base":"","assets":""},
target: document.querySelector('[data-sveltekit-hydrate="45h"]').parentNode,
version: "1673178127438"
});
</script></div>
</body>
</html>
1 change: 1 addition & 0 deletions yuuna/assets/ttu-ebook-reader/__data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"data","nodes":[{"type":"data","data":[null],"uses":{}},null]}

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../components/pages/_layout.svelte-3cc38fc8.js";const e=!0;export{t as component,e as server};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../components/error.svelte-68a20358.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../components/pages/_page.svelte-89ffe3da.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../components/pages/b/_page.svelte-26688fc8.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../components/pages/manage/_page.svelte-9a8c7745.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../components/pages/settings/_page.svelte-77627ad4.js";export{t as component};

This file was deleted.

Loading

0 comments on commit 46400ee

Please sign in to comment.