Skip to content

Commit 77130b8

Browse files
committed
HTML形式フリガナ
1 parent a231b02 commit 77130b8

44 files changed

Lines changed: 3024 additions & 1204 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68.7 KB
Binary file not shown.

your_1st_website/book/html/404.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "searchindex-b457424d.js";
39+
window.path_to_searchindex_js = "searchindex-ddf168b9.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="toc-d649084f.js"></script>
42+
<script src="toc-da879808.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">
@@ -201,6 +201,22 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"
201201
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
202202
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
203203

204+
<!-- Livereload script (if served using the cli tool) -->
205+
<script>
206+
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
207+
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
208+
const socket = new WebSocket(wsAddress);
209+
socket.onmessage = function (event) {
210+
if (event.data === "reload") {
211+
socket.close();
212+
location.reload();
213+
}
214+
};
215+
216+
window.onbeforeunload = function() {
217+
socket.close();
218+
}
219+
</script>
204220

205221

206222
<script>

your_1st_website/book/html/chapter_1.html

Lines changed: 64 additions & 48 deletions
Large diffs are not rendered by default.

your_1st_website/book/html/chapter_2.html

Lines changed: 72 additions & 56 deletions
Large diffs are not rendered by default.

your_1st_website/book/html/chapter_3.html

Lines changed: 82 additions & 62 deletions
Large diffs are not rendered by default.

your_1st_website/book/html/chapter_4.html

Lines changed: 76 additions & 76 deletions
Large diffs are not rendered by default.

your_1st_website/book/html/chapter_5.html

Lines changed: 64 additions & 56 deletions
Large diffs are not rendered by default.
148 KB
Loading

your_1st_website/book/html/index.html

Lines changed: 64 additions & 48 deletions
Large diffs are not rendered by default.

your_1st_website/book/html/print.html

Lines changed: 408 additions & 365 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)