このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
owacon.moe/www/index.html

38 行
1.8 KiB
HTML
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

<!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" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>オワコンテック</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>
<h1>オワコンテック</h1>
<div class="container">
<div class="body">
<p>
オワコンテックのプライバシーフロントエンドは下記で御座います。<br />
Below are Owacon Tech's privacy frontends.
</p>
<p style="text-align: center;">
<a href="https://youtube.owacon.moe"><img src="youtube.png" alt="YouTube" /></a>
<a href="https://twitter.owacon.moe"><img src="twitter.png" alt="Twitter" /></a>
<a href="https://odysee.owacon.moe"><img src="odysee.png" alt="LBRY/Odysee" /></a>
</p>
<p>
サービスは全部無料ですので、<a href="https://076.moe/support/monero/">モネロ</a>で支援出来れば、幸いです。<br />
Since the services are all for free, please consider to donating to us in <a href="https://076.moe/support/monero/">Monero</a>.
</p>
</div>
</div>
<div class="footer">
<a href="https://gitler.moe/TechnicalSuwako/owacon.moe"><img src="/git.png" alt="Git" /></a>
</div>
</body>
</html>