このコミットが含まれているのは:
守矢諏訪子 2022-03-24 14:43:39 +09:00
コミット 52a17a7c8e
118個のファイルの変更203行の追加209行の削除

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="{{ .Rel "static/style.css" }}" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>
@ -70,11 +70,10 @@
{{ template "date" .Date }} &mdash;
{{ range $i, $t := .Tags }}{{if $i}},{{end}}
<a href="/tags/{{ $t }}/">{{ $t }}</a>{{ end }}
<hr />
</div>
</header>
<section>
{{ .Content }}
{{ .Content }}
</section>
</article>
{{ end }}

ファイルの表示

@ -1,14 +1,29 @@
/* put your style rules here */
body {
background-color: #232629;
background-image: url('/static/stars.gif');
color: #fcfcfc;
padding: 16px;
}
.jswarning {
background-color: rgb(170, 170, 0);
color: rgb(252, 252, 252);
display: none;
padding: 10px;
z-index: 5000;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
border: 4px #dde22d ridge;
}
.container, header {
margin: 0 auto;
background-color: #232629;
background-color: #170b15;
max-width: 840px;
border: 8px #a93da9 ridge;
padding: 4px;
}
@ -28,8 +43,9 @@ a {
}
pre {
background-color: #31363b !important;
background-color: #4b364b !important;
padding: 8px;
border: 1px #ff61ff dashed;
}
img {
@ -38,6 +54,7 @@ img {
}
hr {
border: 4px #971195 outset;
border-color: #971195;
}

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -30,7 +30,7 @@
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemalocation=&#34;http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd&#34; lang=&#34;ja&#34; xml:lang=&#34;ja&#34;&gt;
&lt;head&gt;
&lt;meta content=&#34;text/html; charset=utf-8&#34; http-equiv=&#34;content-type&#34; /&gt;
@ -47,7 +47,7 @@
&lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;../../static/style.css&#34; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&#34;fixed-top navbar-expand&#34; style=&#34;background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;&#34; class=&#34;alert alert-warning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;div class=&#34;jswarning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;script type=&#34;text/javascript&#34;&gt;
document.getElementById(&#39;jswarning&#39;).style.display = &#39;block&#39;;
&lt;/script&gt;
@ -148,7 +148,7 @@ BCHの場合は、Electron-Cashを使っていますね。&lt;br /&gt;
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemalocation=&#34;http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd&#34; lang=&#34;ja&#34; xml:lang=&#34;ja&#34;&gt;
&lt;head&gt;
&lt;meta content=&#34;text/html; charset=utf-8&#34; http-equiv=&#34;content-type&#34; /&gt;
@ -165,7 +165,7 @@ BCHの場合は、Electron-Cashを使っていますね。&lt;br /&gt;
&lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;../../static/style.css&#34; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&#34;fixed-top navbar-expand&#34; style=&#34;background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;&#34; class=&#34;alert alert-warning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;div class=&#34;jswarning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;script type=&#34;text/javascript&#34;&gt;
document.getElementById(&#39;jswarning&#39;).style.display = &#39;block&#39;;
&lt;/script&gt;
@ -273,7 +273,7 @@ ARMでelectronアプリをビルド出来ませんので、mymoneroアプリを
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemalocation=&#34;http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd&#34; lang=&#34;ja&#34; xml:lang=&#34;ja&#34;&gt;
&lt;head&gt;
&lt;meta content=&#34;text/html; charset=utf-8&#34; http-equiv=&#34;content-type&#34; /&gt;
@ -290,7 +290,7 @@ ARMでelectronアプリをビルド出来ませんので、mymoneroアプリを
&lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;../../static/style.css&#34; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&#34;fixed-top navbar-expand&#34; style=&#34;background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;&#34; class=&#34;alert alert-warning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;div class=&#34;jswarning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;script type=&#34;text/javascript&#34;&gt;
document.getElementById(&#39;jswarning&#39;).style.display = &#39;block&#39;;
&lt;/script&gt;
@ -381,7 +381,7 @@ ARMでelectronアプリをビルド出来ませんので、mymoneroアプリを
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemalocation=&#34;http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd&#34; lang=&#34;ja&#34; xml:lang=&#34;ja&#34;&gt;
&lt;head&gt;
&lt;meta content=&#34;text/html; charset=utf-8&#34; http-equiv=&#34;content-type&#34; /&gt;
@ -398,7 +398,7 @@ ARMでelectronアプリをビルド出来ませんので、mymoneroアプリを
&lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;../../static/style.css&#34; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&#34;fixed-top navbar-expand&#34; style=&#34;background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;&#34; class=&#34;alert alert-warning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;div class=&#34;jswarning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;script type=&#34;text/javascript&#34;&gt;
document.getElementById(&#39;jswarning&#39;).style.display = &#39;block&#39;;
&lt;/script&gt;
@ -516,7 +516,7 @@ ARMでelectronアプリをビルド出来ませんので、mymoneroアプリを
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&gt;
&lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemalocation=&#34;http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd&#34; lang=&#34;ja&#34; xml:lang=&#34;ja&#34;&gt;
&lt;head&gt;
&lt;meta content=&#34;text/html; charset=utf-8&#34; http-equiv=&#34;content-type&#34; /&gt;
@ -533,7 +533,7 @@ ARMでelectronアプリをビルド出来ませんので、mymoneroアプリを
&lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;../../static/style.css&#34; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&#34;fixed-top navbar-expand&#34; style=&#34;background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;&#34; class=&#34;alert alert-warning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;div class=&#34;jswarning&#34; id=&#34;jswarning&#34;&gt;注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。&lt;/div&gt;
&lt;script type=&#34;text/javascript&#34;&gt;
document.getElementById(&#39;jswarning&#39;).style.display = &#39;block&#39;;
&lt;/script&gt;

ファイルの表示

@ -14,11 +14,10 @@
<a href="/tags/jp/">jp</a>,
<a href="/tags/blog/">blog</a>,
<a href="/tags/youtube/">youtube</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -35,7 +34,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/キャンセルカルチャー/">キャンセルカルチャー</a>,
<a href="/tags/茶番/">茶番</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/仮想通貨/">仮想通貨</a>,
<a href="/tags/linux/">linux</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -17,11 +17,10 @@
<a href="/tags/バージョンアップ/">バージョンアップ</a>,
<a href="/tags/linux/">linux</a>,
<a href="/tags/server/">server</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -38,7 +37,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -17,11 +17,10 @@
<a href="/tags/fediverse/">fediverse</a>,
<a href="/tags/sns/">sns</a>,
<a href="/tags/chat/">chat</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -38,7 +37,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -16,11 +16,10 @@
<a href="/tags/デジタル自主/">デジタル自主</a>,
<a href="/tags/検閲/">検閲</a>,
<a href="/tags/法律/">法律</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -37,7 +36,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/server/">server</a>,
<a href="/tags/xmpp/">xmpp</a>,
<a href="/tags/irc/">irc</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/キャッシュレス/">キャッシュレス</a>,
<a href="/tags/詐欺/">詐欺</a>,
<a href="/tags/仮想通貨/">仮想通貨</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -17,11 +17,10 @@
<a href="/tags/web3/">web3</a>,
<a href="/tags/ダークネット/">ダークネット</a>,
<a href="/tags/tor/">tor</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -38,7 +37,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/nft/">nft</a>,
<a href="/tags/詐欺/">詐欺</a>,
<a href="/tags/仮想通貨/">仮想通貨</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -16,11 +16,10 @@
<a href="/tags/デジタル奴隷/">デジタル奴隷</a>,
<a href="/tags/デジタル監視/">デジタル監視</a>,
<a href="/tags/プロパガンダ/">プロパガンダ</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -37,7 +36,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/オニオンケット/">オニオンケット</a>,
<a href="/tags/同人/">同人</a>,
<a href="/tags/tor/">tor</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/デジタル自主/">デジタル自主</a>,
<a href="/tags/デジタル監視/">デジタル監視</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/詐欺/">詐欺</a>,
<a href="/tags/デマ/">デマ</a>,
<a href="/tags/茶番/">茶番</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -14,11 +14,10 @@
<a href="/tags/jp/">jp</a>,
<a href="/tags/blog/">blog</a>,
<a href="/tags/test/">test</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -35,7 +34,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -17,11 +17,10 @@
<a href="/tags/chrome/">chrome</a>,
<a href="/tags/chromium/">chromium</a>,
<a href="/tags/google/">google</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -38,7 +37,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -19,11 +19,10 @@
<a href="/tags/プライバシー/">プライバシー</a>,
<a href="/tags/検閲/">検閲</a>,
<a href="/tags/自由/">自由</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -40,7 +39,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/意見/">意見</a>,
<a href="/tags/ウェブ開発/">ウェブ開発</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/lbry/">lbry</a>,
<a href="/tags/odysee/">odysee</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -16,11 +16,10 @@
<a href="/tags/linux/">linux</a>,
<a href="/tags/pinephone/">pinephone</a>,
<a href="/tags/スマホ/">スマホ</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -37,7 +36,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -17,11 +17,10 @@
<a href="/tags/linux/">linux</a>,
<a href="/tags/pinephone/">pinephone</a>,
<a href="/tags/phosh/">phosh</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -38,7 +37,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/linux/">linux</a>,
<a href="/tags/スマホ/">スマホ</a>,
<a href="/tags/pinephone/">pinephone</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -16,11 +16,10 @@
<a href="/tags/mobian/">mobian</a>,
<a href="/tags/linux/">linux</a>,
<a href="/tags/スマホ/">スマホ</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -37,7 +36,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/スマホ/">スマホ</a>,
<a href="/tags/仮想通貨/">仮想通貨</a>,
<a href="/tags/pinephone/">pinephone</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/api/">api</a>,
<a href="/tags/json/">json</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/lbry/">lbry</a>,
<a href="/tags/odysee/">odysee</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -16,11 +16,10 @@
<a href="/tags/kdenlive/">kdenlive</a>,
<a href="/tags/linux/">linux</a>,
<a href="/tags/動画編集/">動画編集</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -37,7 +36,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -16,11 +16,10 @@
<a href="/tags/peertube/">peertube</a>,
<a href="/tags/linux/">linux</a>,
<a href="/tags/ストレージ/">ストレージ</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -37,7 +36,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -16,11 +16,10 @@
<a href="/tags/php/">php</a>,
<a href="/tags/gnupg/">gnupg</a>,
<a href="/tags/linux/">linux</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -37,7 +36,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -17,11 +17,10 @@
<a href="/tags/linux/">linux</a>,
<a href="/tags/スマホ/">スマホ</a>,
<a href="/tags/pinephone/">pinephone</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -38,7 +37,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/linux/">linux</a>,
<a href="/tags/スマホ/">スマホ</a>,
<a href="/tags/fcitx/">fcitx</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -17,11 +17,10 @@
<a href="/tags/linux/">linux</a>,
<a href="/tags/pinephone/">pinephone</a>,
<a href="/tags/スマホ/">スマホ</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -38,7 +37,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -18,11 +18,10 @@
<a href="/tags/スパム/">スパム</a>,
<a href="/tags/linux/">linux</a>,
<a href="/tags/server/">server</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -39,7 +38,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/prosody/">prosody</a>,
<a href="/tags/xmpp/">xmpp</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/仮想通貨/">仮想通貨</a>,
<a href="/tags/プライバシー/">プライバシー</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -16,11 +16,10 @@
<a href="/tags/service/">service</a>,
<a href="/tags/変更/">変更</a>,
<a href="/tags/076/">076</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -37,7 +36,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/php/">php</a>,
<a href="/tags/api/">api</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -14,11 +14,10 @@
<a href="/tags/jp/">jp</a>,
<a href="/tags/blog/">blog</a>,
<a href="/tags/076/">076</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -35,7 +34,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,11 +15,10 @@
<a href="/tags/blog/">blog</a>,
<a href="/tags/xmpp/">xmpp</a>,
<a href="/tags/chat/">chat</a>
<hr />
</div>
</header>
<section>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" lang="ja" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
@ -36,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="./static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -1,14 +1,29 @@
/* put your style rules here */
body {
background-color: #232629;
background-image: url('/static/stars.gif');
color: #fcfcfc;
padding: 16px;
}
.jswarning {
background-color: rgb(170, 170, 0);
color: rgb(252, 252, 252);
display: none;
padding: 10px;
z-index: 5000;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
border: 4px #dde22d ridge;
}
.container, header {
margin: 0 auto;
background-color: #232629;
background-color: #170b15;
max-width: 840px;
border: 8px #a93da9 ridge;
padding: 4px;
}
@ -28,8 +43,9 @@ a {
}
pre {
background-color: #31363b !important;
background-color: #4b364b !important;
padding: 8px;
border: 1px #ff61ff dashed;
}
img {
@ -38,6 +54,7 @@ img {
}
hr {
border: 4px #971195 outset;
border-color: #971195;
}

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

ファイルの表示

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="fixed-top navbar-expand" style="background-color: #aaaa00; color: #fcfcfc; display: none; padding: 10px; z-index: 5000; position: fixed; top: 0; left: 0; width: 100%;" class="alert alert-warning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>

変更されたファイルが多すぎるため、一部のファイルは表示されません さらに表示