Skip to content

Commit cb69bc2

Browse files
committed
ブラッシュアップ
1 parent 77130b8 commit cb69bc2

19 files changed

Lines changed: 0 additions & 192 deletions
5 Bytes
Binary file not shown.

your_1st_website/book/html/404.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -201,22 +201,6 @@ <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>
220204

221205

222206
<script>

your_1st_website/book/html/chapter_1.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -293,22 +293,6 @@ <h2 id="6-まとめと次つぎのステップ"><a class="header" href="#6-ま
293293
<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>
294294
<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>
295295

296-
<!-- Livereload script (if served using the cli tool) -->
297-
<script>
298-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
299-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
300-
const socket = new WebSocket(wsAddress);
301-
socket.onmessage = function (event) {
302-
if (event.data === "reload") {
303-
socket.close();
304-
location.reload();
305-
}
306-
};
307-
308-
window.onbeforeunload = function() {
309-
socket.close();
310-
}
311-
</script>
312296

313297

314298
<script>

your_1st_website/book/html/chapter_2.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -300,22 +300,6 @@ <h2 id="7-まとめと次つぎのステップ"><a class="header" href="#7-ま
300300
<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>
301301
<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>
302302

303-
<!-- Livereload script (if served using the cli tool) -->
304-
<script>
305-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
306-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
307-
const socket = new WebSocket(wsAddress);
308-
socket.onmessage = function (event) {
309-
if (event.data === "reload") {
310-
socket.close();
311-
location.reload();
312-
}
313-
};
314-
315-
window.onbeforeunload = function() {
316-
socket.close();
317-
}
318-
</script>
319303

320304

321305
<script>

your_1st_website/book/html/chapter_3.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -314,22 +314,6 @@ <h2 id="6-まとめ自分じぶんのウェブサイトを作つくってみよ
314314
<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>
315315
<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>
316316

317-
<!-- Livereload script (if served using the cli tool) -->
318-
<script>
319-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
320-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
321-
const socket = new WebSocket(wsAddress);
322-
socket.onmessage = function (event) {
323-
if (event.data === "reload") {
324-
socket.close();
325-
location.reload();
326-
}
327-
};
328-
329-
window.onbeforeunload = function() {
330-
socket.close();
331-
}
332-
</script>
333317

334318

335319
<script>

your_1st_website/book/html/chapter_4.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -325,22 +325,6 @@ <h2 id="7-おわりに素敵すてきなウェブサイトを作つくるため
325325
<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>
326326
<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>
327327

328-
<!-- Livereload script (if served using the cli tool) -->
329-
<script>
330-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
331-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
332-
const socket = new WebSocket(wsAddress);
333-
socket.onmessage = function (event) {
334-
if (event.data === "reload") {
335-
socket.close();
336-
location.reload();
337-
}
338-
};
339-
340-
window.onbeforeunload = function() {
341-
socket.close();
342-
}
343-
</script>
344328

345329

346330
<script>

your_1st_website/book/html/chapter_5.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -294,22 +294,6 @@ <h2 id="6-まとめまとめと次つぎのステップ"><a class="header" href=
294294
<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>
295295
<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>
296296

297-
<!-- Livereload script (if served using the cli tool) -->
298-
<script>
299-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
300-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
301-
const socket = new WebSocket(wsAddress);
302-
socket.onmessage = function (event) {
303-
if (event.data === "reload") {
304-
socket.close();
305-
location.reload();
306-
}
307-
};
308-
309-
window.onbeforeunload = function() {
310-
socket.close();
311-
}
312-
</script>
313297

314298

315299
<script>
-893 KB
Binary file not shown.
101 KB
Loading

your_1st_website/book/html/img/Whisk_880d74f13b6f0739fd1468bcf65f0bf0dr.jpeg renamed to your_1st_website/book/html/img/photo2.jpeg

File renamed without changes.

0 commit comments

Comments
 (0)