commit aa60b581dfeb143b74b5ce2682fd442557ddcdd8 Author: テクニカル諏訪子 Date: Mon Aug 29 18:41:29 2022 +0900 最初コミット diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28b28ee --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +sync.sh diff --git a/www/git.png b/www/git.png new file mode 100644 index 0000000..df3afde Binary files /dev/null and b/www/git.png differ diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..dc9ec62 --- /dev/null +++ b/www/index.html @@ -0,0 +1,37 @@ + + + + + + + オワコンテック + + + +
注意:JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。
+ +

オワコンテック

+
+
+

+ オワコンテックのプライバシーフロントエンドは下記で御座います。
+ Below are Owacon Tech's privacy frontends. +

+

+ YouTube + Twitter + LBRY/Odysee +

+

+ サービスは全部無料ですので、モネロで支援出来れば、幸いです。
+ Since the services are all for free, please consider to donating to us in Monero. +

+
+
+ + + diff --git a/www/odysee.png b/www/odysee.png new file mode 100644 index 0000000..dff5d41 Binary files /dev/null and b/www/odysee.png differ diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..5b82934 --- /dev/null +++ b/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; +} diff --git a/www/twitter.png b/www/twitter.png new file mode 100644 index 0000000..32fb592 Binary files /dev/null and b/www/twitter.png differ diff --git a/www/youtube.png b/www/youtube.png new file mode 100644 index 0000000..085d893 Binary files /dev/null and b/www/youtube.png differ