-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
76 lines (68 loc) · 3.49 KB
/
privacy-policy.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8"/>
<meta name="google-site-verification" content="iTWCKf0zKoACBYjgNElQz5ayYZK_jyprrEgUJXXqegM" />
<meta name="description" content="このサイトはYUIの公式サイトです。YUIとはあなたの肩にそっとよりそい、話を聞いてくれたり、お悩み相談をしてくれるAIです。\nスマホアプリなので簡単にダウンロードできます。日々の癒やしキャラにどうぞ。">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>YUI公式サイト|PrivacyPolicy</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="icon" type="image/png" href="yui_単体.png">
<!-- 使用しているフレームワーク -->
<script
src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<scirpt src="header&footer.js" rel="javascirpt"></scirpt>
<link href="library/fontawesome-free-5.15.3-web/css/all.min.css" rel="stylesheet">
</head>
<body>
<!--
<div class="header">
<div class="header-logo"><img src="YUI-icon.png" width="50px">YUI育成ポータルサイト</div>
<div class="header-sub">対話による勇気づけで人々を幸せに</div>
<a href="contact-us.html">お問い合わせ</a>
</div>
-->
<nav class="navbar navbar-light bg-light fixed-top">
<ul>
<!-- タイトル -->
<li><a href="index.html" class="menu-active tabs-button" style="font-size:5rem;display:-moz-inline-grid;justify-content:center;">
<img src="yui_単体.png" style="width:6.3rem;height:6.3rem;">YUI育成ポータルサイト</a>
</li>
<span id="header" style="white-space:nowrap;display:inline-flex;justify-content:center;">
<!-- header&footer.jsで記載:一括編集の為 -->
</span>
</ul>
</nav>
<main>
<div class="box1">
<div class="box-title" style="background:#1572A1">プライバシーポリシーについて</div>
<p style="padding-bottom:4px;text-align:left;margin:1% 8%;display:inline-block">
本アプリ(対話型ARアバター秘書YUI)は、個人情報を収集しません。<br>
<br>
■免責事項<br>
利用上の不具合・不都合などにより、利用者が本アプリを利用して生じた損害に関して、開発元は責任を負わないものとします。<br>
</p>
</div>
</main>
<div class="footer">
<!-- <div class="footer-logo"></div> -->
<div class="footer-list">
<ul id="footer">
<!-- header&footer.jsで記載:一括編集の為 -->
</ul>
<div name="auther">
<a href="project-member.html" class="text-button">©nezuu2 & Projectメンバー</a>
<a href="project-member.html" class="text-button">Projectリーダー: 森田健太</a>
<div name="social-media" style="position: relative;top:10px">
<a href="https://twitter.com/share?url=https://nezuu2.github.io/YUI_web/" class="fab fa-twitter fa-lg"></a>
<a href="https://instagram.com" class="fab fa-instagram fa-lg"></a>
<a href="https://linevoom.line.me/" class="fab fa-line fa-lg"></a>
<a href="privacy-policy.html" class="text-button">プライバシーポリシー</a>
</div>
</div>
</div>
</div>
</body>
</html>