-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
215 lines (211 loc) · 11.2 KB
/
index.html
File metadata and controls
215 lines (211 loc) · 11.2 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<!--
Material Design Lite
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=960">
<!-- <meta name="viewport" content="width=320, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.min.css">
<link rel="stylesheet" href="styles_top.css">
<link rel="icon" href="design/RedStoneLogo.png" sizes="32x32">
<link rel="icon" href="design/RedStoneLogo.png" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="design/RedStoneLogo.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133658114-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-133658114-1');
</script>
<script type="text/javascript" src="design/jquery-3.4.1.min.js"></script>
<script>
function enter() {
if (window.event.keyCode == 13) {
var last_keyword = $('#search-field').val();
window.location.href = "https://www.google.com/search?hl=ja&hq=inurl:era-button.github.io&ie=UTF-8&oe=UTF-8&filter=0&q=" + last_keyword;
}
}
</script>
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<title>レッドストーンランキング</title>
<meta name="description" content="レッドストーン">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="keywords" content="">
<link
rel="alternate"
type="application/rss+xml"
title="RSS"
href="/rss.xml"
>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<div class="android-header mdl-layout__header mdl-layout__header--waterfall">
<div class="mdl-layout__header-row">
<span class="android-title mdl-layout-title">
<a href="index.html">
<!-- <img class="android-logo-image" src="design/logo3.png"> -->
</a>
</span>
<!-- Add spacer, to align navigation to the right in desktop -->
<div class="android-header-spacer mdl-layout-spacer"></div>
<div class="android-search-box mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floating-label mdl-textfield--align-right mdl-textfield--full-width">
<label class="mdl-button mdl-js-button mdl-button--icon" for="search-field">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input
placeholder="サイト内検索(Enterで実行)"
class="mdl-textfield__input"
type="text"
onkeypress="enter();"
id="search-field"
>
</div>
</div>
<!-- Navigation -->
<div class="android-navigation-container">
<nav class="android-navigation mdl-navigation">
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="index.html">ホーム</a>
<!-- <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://sokomin.github.io/calculator.html">計算機</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://sokomin.github.io/history.html">赤石史</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://sokomin.github.io/link.html">リンク</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://marshmallow-qa.com/sokoranominnsyu">お問合せ</a> -->
</nav>
</div>
<span class="android-mobile-title mdl-layout-title">
<img class="android-logo-image" src="design/logo3.png">
</span>
<button class="android-more-button mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect" id="more-button">
<i class="material-icons">more_vert</i>
</button>
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right mdl-js-ripple-effect" for="more-button">
<!-- <li class="mdl-menu__item">
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://sokomin.github.io/calculator.html">計算機</a>
</li>
<li class="mdl-menu__item">
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://sokomin.github.io/history.html">赤石史</a>
</li>
<li disabled class="mdl-menu__item">
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://sokomin.github.io/link.html">リンク</a>
</li>
<li class="mdl-menu__item">
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://marshmallow-qa.com/sokoranominnsyu">お問合せ</a>
</li> -->
</ul>
</div>
</div>
<div class="android-drawer mdl-layout__drawer">
<!-- <span class="mdl-layout-title">
<h3>メニュー</h3>
</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link sokomin-layout-item" href="item/item.html">
<strong>アイテム</strong>
</a>
<a class="mdl-navigation__link sokomin-layout-skill" href="skill/skill.html">
<strong>スキル</strong>
</a>
<a class="mdl-navigation__link sokomin-layout-pt" href="monster/monster.html">
<strong>モンスター</strong>
</a>
<a class="mdl-navigation__link sokomin-layout-pt" href="secret/secret.html">
<strong>ダンジョン</strong>
</a>
<a class="mdl-navigation__link sokomin-layout-quest" href="quest/quest.html">
<strong>クエスト</strong>
</a>
<a class="mdl-navigation__link sokomin-layout-guild" href="guild/guild.html">
<strong>ギルド</strong>
</a>
<a class="mdl-navigation__link sokomin-layout-friend" href="korea/korea-update.html">
<strong>韓国情報</strong>
</a>
<a class="mdl-navigation__link sokomin-layout-info" href="information/information.html">
<strong>雑学</strong>
</a>
</nav> -->
</div>
<!--main-->
<div class="android-content mdl-layout__content">
<div class="main-background mdl-typography--text-center">
<section class="top1">
<br>
<h3>お知らせ</h3>
<br>
<br>
</section>
<section class="top2">
<h4>更新履歴</h4>
<table id="table2">
<colgroup>
<col span="1" width="20%">
<col span="1" width="80%">
</colgroup>
<tbody>
<tr>
<td valign="top">2021/11/21</td>
<td valign="top">
トップページだけ枠作った
<!-- <a href="index.html"></a> 情報追加 -->
<br>
</td>
</tr>
</tbody>
</table>
</section>
<br>
<br>
<!-- 公式サイトはこちら。 -->
<br>
<!-- <a href="http://members.redsonline.jp/">
<IMG SRC="design/redfan_150_50.gif">
<br>
</a> -->
<br>
<br>
<br>
<!--main-->
<!-- <footer class="android-footer mdl-mega-footer">
<font color="red">当サイトで利用している画像及びデータは、L&K Co., Ltd.に帰属します。に帰属します。
<br>
許可無くご利用又は転用する事は出来ませんので、予めご了承下さい。
<br>
</font>
© L&K Co., Ltd. All Rights Reserved.<br>
</footer> -->
<!--書き換え禁止(書かなくてもおkだが、習慣として書いとく)
Copyright (c) This site is created by Sokomin. All Rights Reserved.
-->
</div>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</div>
</body>
</html>