server ver
This commit is contained in:
23
resources/views/layout69/irc.blade.php
Normal file
23
resources/views/layout69/irc.blade.php
Normal file
@@ -0,0 +1,23 @@
|
||||
@extends('profilelayout')
|
||||
@section('content')
|
||||
<div class="page-header">
|
||||
<h3>IRC</h3>
|
||||
</div>
|
||||
|
||||
<div class="irc-content">
|
||||
{{--<div class="webchat">
|
||||
@if(auth()->check())
|
||||
<iframe src="https://n0xy.net/webirc/?nick={{Auth::user()->username}}&join=%23w0bm&username={{Auth::user()->username}}"></iframe>
|
||||
@else
|
||||
<iframe src="https://n0xy.net/webirc/?join=%23w0bm&"></iframe>
|
||||
@endif
|
||||
</div>--}}
|
||||
<div class="irc-matrix-info">
|
||||
<h5>IRC</h5>
|
||||
<h6>irc.n0xy.net +6697 (ssl only) #w0bm</h6>
|
||||
<p><a href="https://n0xy.net/webirc/?join=%23w0bm" target="about_blank">n0xy.net Webirc</a></p>
|
||||
<p>More information: <a href="https://n0xy.net">n0xy.net</a></p>
|
||||
</div>
|
||||
@include('footer')
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user