server ver

This commit is contained in:
2021-04-16 20:41:48 +00:00
parent c9257dc357
commit 1b5088cde7
159 changed files with 3533 additions and 740 deletions

View File

@@ -0,0 +1,12 @@
@extends('profilelayout')
@section('content')
<div class="page-header">
<h4>Counter-Strike Gameserver</h4>
</div>
<h5>Connecting</h5>
<p>Open Counter-Strike 1.6 and type into your console: connect 94.23.7.172:27016</p>
<p>You should now connect</p>
<p>Don't cheat, for cheating there is Counter-Shit Global Cucks, don't ruin good games, ruin shit games.</p>
<a href="http://www.gametracker.com/server_info/94.23.7.172:27016/" target="_blank"><img src="http://cache.gametracker.com/server_info/94.23.7.172:27016/b_560_95_1.png" border="0" width="560" height="95" alt=""/></a>
@include('footer')
@endsection