commit 6f74df2c548e0d350a7a00056e390890634259d9 Author: テクニカル諏訪子 Date: Wed Mar 30 03:47:50 2022 +0900 最初コミット diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..333054e Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..5b0483b --- /dev/null +++ b/index.html @@ -0,0 +1,87 @@ + + + + + エッチなロリサービスプロバイダー + + + +

ようこそ、076.ne.jpへ

+
+

+

+ 076.ne.jpは日本の独自のサービスブロバイダーです。
+ 日本人向けサービスですが、色々の国々のユーザーも居ますので、海外の方も迎えます。
+ サービスは全部無料ですので、モネロビットコイン、又はウォーネロで支援出来れば、幸いです。 +
+
+ 076.ne.jp is a Japanese independent service provider.
+ Even though it's meant for Japanese people, we also welcome international users.
+ Since the services are all for free, please consider to donating to us in Monero, Bitcoin, or Wownero. +
+

+

+

+ 知っていた?
+ チャットアプリでLINEとDiscordばかりではありません。
+ 動画サイトでYouTubeとニコニコ動画ばかりではありません。
+ SNSでツイッターとインスタグラムばかりではありません。
+ お金で日本円ばかりではありません。 +
+
+ Did you know?
+ LINE and Discord are not the only chat apps.
+ YouTube and Nico Nico Douga are not the only video sharing sites.
+ Twitter and Instagram are not the only social media sites.
+ The Yen is not the only money. +
+

+

+

+ 私のブログでデジタル自由について教えくれますので、RSSで登録して下さい。 +
+
+ I'll teach you about digital freedom on my blog (in Japanese only), so please subscribe through RSS. +
+

+
+
+
ブログ・Blog
+ 一般ネット
+ Tor
+ I2P
+ I2P(B32) +
+
+
会話・Chat
+ XMPP(暗号化)
+ IRC(グループのみ)
+ Mumble(ボイスチャット) +
+
+
Git
+ Gitea +
+
+
SNS
+ Pleroma
+ Nitter(JSの無いツイッター)
+ ???? +
+
+
動画・Video
+ PeerTube
+ LightPeer(JSの無いPeerTube)
+ Invidious(JSの無いYouTube)
+ Librarian(JSの無いOdysee・LBRY)
+ ???? +
+
+
使えないサービス
+ 画像共有
+ URL短縮ツール
+ 次世代の076 +
+
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..1ba5b61 --- /dev/null +++ b/style.css @@ -0,0 +1,58 @@ +body { + background: #232629; + color: #fcfcfc; +} +a { + color: #ea81e8; +} +h1 { + text-align: center; +} +hr { + border-color: #8800dd; + box-shadow: 2px 2px 10px #9900ff; +} +.container { + width: 100%; + text-align: center; +} +.serv-body, .nihongo, .english { + display: inline-block; + vertical-align: top; + text-align: left; + padding: 4px; + margin: 8px; +} +.serv-body { + background-color: #170b15; + border: 1px #a93da9 groove; + width: 400px; + height: 400px; + border-radius: 10px; +} +.serv-title { + font-size: 24px; + font-weight: bolder; + background-color: #000; + color: #ffeb3b; + border: 1px #ffeb3b groove; + border-radius: 6px; + text-align: center; +} +.nihongo > a, .english > a { + color: #ffeb3b; +} +.nihongo, .english { + width: 100%; + max-width: 830px; +} +.nihongo { + background-color: #21082b; + border: 1px #ff22ff groove; + color: #d6a9d6; +} +.english { + background-color: #0b0c17; + border: 1px #2196f3 groove; + color: #5cdecd; +}