-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 2.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="stylesheet" href="assets/custom.css">
<style>
.sidebar-toggle {
display: none;
}
</style>
</head>
<body>
<div id="app"></div>
<footer style="text-align:center; padding: 0.8rem 0;">
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://gws-guide.interaccess.jp/">スクリーン・リーダー・ユーザーのためのGoogle Workspace操作ガイド</a><br/>
Copyright © 2025 <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://span.jp/">特定非営利活動法人 視覚障害者パソコンアシストネットワーク(SPAN)</a>、<a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="http://NAKANE-Masafumi.jp/">中根雅文</a><br />
is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a></p>
</footer>
<script>
window.$docsify = {
name: 'スクリーン・リーダー・ユーザーのためのGoogle Workspace操作ガイド',
repo: 'https://github.com/ma10/gws-guide/',
loadSidebar: true,
timeUpdater: {
text: "最終更新:{docsify-updated}",
formatUpdated: "{YYYY}-{MM}-{DD} {HH}:{mm}",
whereToPlace: "bottom", // "top" or "bottom", default to "bottom"
},
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-updated/src/time-updater.min.js"></script>
</body>
</html>