22 lines
693 B
PHP
22 lines
693 B
PHP
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h3>w0bm.com Community</h3>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<img src="/irccat.gif" alt="irc cat" style="float: right; width: 25%; height: 25%;">
|
|
<h5>IRC</h5>
|
|
<h6>irc.n0xy.net +6697 (ssl only) #w0bm</h6>
|
|
<p>Don't have a desktop client? Why not join our Network via webirc? <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>
|
|
|
|
<div style="font-size: 9px;">
|
|
<h6>Discord</h6>
|
|
<p>It's dead lol <a href="https://discord.gg/SuF66vb">https://discord.gg/SuF66vb</a></p>
|
|
</div>
|
|
</div>
|
|
@include('footer')
|
|
@endsection
|
|
|