Files
Gw0bm/resources/views/layout1/contact.blade.php
2021-06-25 08:25:11 +00:00

14 lines
394 B
PHP

@extends('profilelayout')
@section('content')
<div class="page-header">
<h3>Contact</h3>
</div>
<div class="box">
<img src="/images/cockfag.png" style="margin-left: 10px; width: 15%; height: 15%; float:right;">
<p>
For anything w0bm related you can either reach us via email: <code>admin@w0bm.com</code> or via our <a href="/irc">IRC</a>
</p>
</div>
@include('footer')
@endsection