-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtikibetu.html
executable file
·61 lines (61 loc) · 3.98 KB
/
tikibetu.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
<!-- OGPの設定 -->
<!-- OGPの設定 -->
<meta property="og:type" content="website" />
<meta property="og:title" content="公営ギャンブルカレンダー" />
<meta property="og:description" content="公営ギャンブルカレンダー" />
<meta property="og:url" content="https://yjszk.github.io/gamble_calender/" />
<meta property="og:site_name" content="公営ギャンブルカレンダー" />
<meta property="og:image"
content="https://yuru-column.com/wp-content/uploads/2018/08/%E3%82%AA%E3%82%B1%E3%83%A9.jpg" />
<!-- Twitterカードの設定 -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@yjszk666" />
<meta name="twitter:title" content="公営ギャンブルカレンダー" />
<meta name="twitter:description" content="オケラカレンダー" />
<meta name="twitter:image"
content="https://yuru-column.com/wp-content/uploads/2018/08/%E3%82%AA%E3%82%B1%E3%83%A9.jpg" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Bootstrap Javascript(jQuery含む) -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<h1>オケラカレンダー</h1>
<h3><a href="https://yjszk.github.io/gamble_calender/index.html" target="_blank">競技別はこっち</a></h3>
<h2>関東</h2>
<div class="embed-responsive iframe embed-responsive-16by9">
<iframe
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Asia%2FTokyo&mode=WEEK&src=MG11NGZmajV1dTJuMmk1YjNnajN0Mmtmcm9AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23616161"
style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<h2>東海・北陸</h2>
<div class="embed-responsive iframe embed-responsive-16by9">
<iframe
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Asia%2FTokyo&mode=WEEK&src=ZzM2MDlxZDBlbTI4YjQ3OWpkZW9ydGdrN2tAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23C0CA33"
style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<h2>近畿・中国</h2>
<div class="embed-responsive iframe embed-responsive-16by9">
<iframe
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Asia%2FTokyo&mode=WEEK&src=ZWVkZ2Iya3EybGc1aXJlMjBqNGhkbzdqN29AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%234285F4"
style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<h2>九州、四国</h2>
<div class="embed-responsive iframe embed-responsive-16by9">
<iframe
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Asia%2FTokyo&mode=WEEK&src=cG0yYjEzYTVkMHRhaGhhbnNvazhnOGtjaG9AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%239E69AF"
style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<h2>東北、北海道</h2>
<div class="embed-responsive iframe embed-responsive-16by9">
<iframe
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Asia%2FTokyo&mode=WEEK&src=NmM1N2k4cHZka2IzYzY5aWlkNmIybWZpc2NAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23616161"
style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>