Skip to content

Commit

Permalink
タグの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yui10 committed Nov 28, 2023
1 parent c274111 commit e3710d3
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 3 deletions.
17 changes: 14 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta property="og:title" content="QRCodeReading" />
<meta property="og:type" content="website" />
<meta property="og:description" content="QRCodeReading is a game to decode QR codes quickly." />
<meta property="og:url" content="" />
<meta property="og:url" content="https://yui10.github.io/QRCode-Reading/" />
<meta property="og:site_name" content="QRCodeReading" />
<link rel="stylesheet" href="./css/style.css" />

Expand All @@ -22,6 +22,16 @@
<script async src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"
defer></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MYVTYKBZTZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-MYVTYKBZTZ');
</script>
</head>

<body class="d-flex flex-column h-100">
Expand Down Expand Up @@ -58,11 +68,12 @@ <h2 class="timer">00:00:00</h2>
<footer class="footer mt-auto py-3 bg-body-tertiary">
<div class="container">
<ul class="row">
<li class="col-md-6"> <a href="./">Home</a> </li>
<li class="col-md-6">
<li class="col-md-4"> <a href="./index.html">Home</a> </li>
<li class="col-md-4">
<a href="https://github.com/yui10/QRCode-Reading">
<img src="./img/github-mark.svg" width="20px" alt="GitHub"> FAQ & Help </a>
</li>
<li class="col-md-4"> <a href="./privacy.html">Privacy Policy</a> </li>
</ul>
<p>&copy; 2023 <a href="https://github.com/yui10">yui10</a></p>
</div>
Expand Down
72 changes: 72 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="ja" class="h-100">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QRCodeReading</title>
<meta name="keywords" content="QRCodeReading,QRCode,QRコード,Web,Game" />
<meta name="description" lang="en" content="QRCodeReading is a game to decode QR codes quickly." />
<meta name="description" lang="ja" content="QRCodeReadingはQRコードを素早く解読するゲームです。" />
<meta name="author" content="yui10" />

<meta property="og:title" content="QRCodeReading" />
<meta property="og:type" content="website" />
<meta property="og:description" content="QRCodeReading is a game to decode QR codes quickly." />
<meta property="og:url" content="https://yui10.github.io/QRCode-Reading/" />
<meta property="og:site_name" content="QRCodeReading" />
<link rel="stylesheet" href="./css/style.css" />

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script async src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"
defer></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MYVTYKBZTZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-MYVTYKBZTZ');
</script>
</head>

<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<div class="container">
<div class="row">
<h1>プライバシーポリシー</h1>
<h2>当サイトが使用しているアクセス解析ツールについて</h2>
<p>
当サイトでは、Googleによるアクセス解析ツール「Googleアナリティクス」を使用しています。このGoogleアナリティクスはデータの収集のためにCookieを使用しています。このデータは匿名で収集されており、個人を特定するものではありません。

この機能はCookieを無効にすることで収集を拒否することが出来ますので、お使いのブラウザの設定をご確認ください。この規約に関しての詳細は<a
href="https://marketingplatform.google.com/about/analytics/terms/jp/">Googleアナリティクスサービス利用規約</a>のページや<a
href="https://policies.google.com/technologies/ads?hl=ja">Googleポリシーと規約ページ</a>をご覧ください。
</p>
</div>
</div>
</main>

<footer class="footer mt-auto py-3 bg-body-tertiary">
<div class="container">
<ul class="row">
<li class="col-md-4"> <a href="./index.html">Home</a> </li>
<li class="col-md-4">
<a href="https://github.com/yui10/QRCode-Reading">
<img src="./img/github-mark.svg" width="20px" alt="GitHub"> FAQ & Help </a>
</li>
<li class="col-md-4"> <a href="./privacy.html">Privacy Policy</a> </li>
</ul>
<p>&copy; 2023 <a href="https://github.com/yui10">yui10</a></p>
</div>
</footer>

<script src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
</body>

</html>

0 comments on commit e3710d3

Please sign in to comment.