26 lines
1.3 KiB
PHP
26 lines
1.3 KiB
PHP
@extends('profilelayout')
|
|
@section('novidcontent')
|
|
<div class="page-header">
|
|
<h3>IRC/[matrix]</h3>
|
|
</div>
|
|
<div class="irc-matrix-info">
|
|
<h5>IRC</h5>
|
|
<h6>irc.n0xy.net +6697 (ssl only) #w0bm</h6>
|
|
<p><a href="https://webirc.n0xy.net/?join=%23w0bm" target="about_blank">webirc.n0xy.net</a></p>
|
|
<p>More information: <a href="https://n0xy.net">n0xy.net</a></p>
|
|
<h5>[matrix]</h5>
|
|
<h6>#w0bm on the [matrix] network</h6>
|
|
<p><a href="https://matrix.to/#/#!w0bm:f0ck.it?via=f0ck.it&via=matrix.org&via=f0.gg">#!w0bm:f0ck.it</a></p>
|
|
<p>Alternatively you can use the Element web client hosted at <a href="https://element.f0ck.it">f0ck.it</a> to connect to our channel, it has some modifications to make chatting more comfy: <br><small>Note: Registrations are disabled, you can still use this client with every homeserver you have an account on!</small></p>
|
|
<ul>
|
|
<li>w0bm.com Stylesheet</li>
|
|
<li>Greentexting</li>
|
|
</ul>
|
|
<a href="https://spyware.neocities.org/articles/discord.html" target="_blank"><img src="/images/shitcord.gif" alt="discord-no-way"></a><br><a href="/matrix">Additional Redpill</a>
|
|
</div>
|
|
{{--<div class="box">
|
|
<iframe src="https://webirc.n0xy.net?nick={{Auth::user()->username}}&join=%23w0bm&username={{Auth::user()->username}}"></iframe>
|
|
</div>--}}
|
|
@endsection
|
|
|