-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
144 lines (127 loc) · 7.48 KB
/
sample.html
File metadata and controls
144 lines (127 loc) · 7.48 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
<!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="ja">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=960">
<!-- Page styles -->
<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://sokomin.github.io/material.indigo-pink.min.css" />
<link rel="stylesheet" href="styles.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" />
<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="RED STONE ,レッドストーン,赤石の民衆,そこらの民衆,RED STONE,レッドストーン,そこみん,赤石,攻略情報" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<a name="container"></a>
<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="https://sokomin.github.io/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="https://sokomin.github.io/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">
<a href="https://sokomin.github.io/index.html">
<img class="android-logo-image" src="design/logo3.png" />
</a>
</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">
<h2>メニュー</h2>
</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>
<div class="android-content mdl-layout__content">
<!--main-->
<div class="main-background mdl-typography--text-center">
※絶賛制作中。早めに欲しい所はマシュマロ投げてください。<br>
<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://sokomin.github.io/material.min.js"></script>
</div>
</body>
</html>