最初コミット

このコミットが含まれているのは:
守矢諏訪子 2022-08-29 18:41:29 +09:00
コミット aa60b581df
7個のファイルの変更83行の追加0行の削除

1
.gitignore vendored ノーマルファイル
ファイルの表示

@ -0,0 +1 @@
sync.sh

バイナリ
www/git.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 8.3 KiB

37
www/index.html ノーマルファイル
ファイルの表示

@ -0,0 +1,37 @@
<!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>

バイナリ
www/odysee.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 6.5 KiB

45
www/style.css ノーマルファイル
ファイルの表示

@ -0,0 +1,45 @@
body {
background: #232629;
color: #fcfcfc;
margin: 0;
}
.jswarning {
padding: 10px;
margin: 0;
background-color: rgb(170, 170, 0);
color: #fcfcfc;
border: 4px #dde22d ridge;
display: none;
}
a {
color: #7b00ff;
}
h1, .footer {
text-align: center;
}
hr {
border-color: #8800dd;
box-shadow: 2px 2px 10px #9900ff;
width: 100%;
max-width: 1700px;
}
.container {
width: 100%;
max-width: 830px;
margin: 0 auto;
}
.body {
vertical-align: top;
text-align: left;
padding: 4px;
margin: 8px;
background-color: #fac6fd;
border: 1px #ff22ff groove;
color: #232629;
}

バイナリ
www/twitter.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 1.2 KiB

バイナリ
www/youtube.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 9.2 KiB