-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservers.php
63 lines (62 loc) · 2.91 KB
/
servers.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php
/*
* Mouse Bound Source Code
* Copyright (C) 2015 Isaiah Marc Sanchez <[email protected]> - All Rights Reserved.
*
* This file is proprietary and confidential.
*
* This file is property of Isaiah Marc Sanchez and is not meant to be distributed or duplicated, privately or publicly.
* Unauthorized distributing, duplicating, or using of this file, via any medium, is strictly prohibited and is
* in violation of Article 1, Section 1, Clause 8 of the United States Constitution and will be pursued.
*
* If you have authorized access to this code, please note it may contain private, important, and sensitive information
* that can never be shared or copied under any circumstances.
*
* This code is not licensed with the GNU Affero General Public License <http://www.gnu.org/licenses/agpl-3.0.html>
* or the MIT License <http://opensource.org/licenses/MIT>.
*
* This code is a heavily modified branch of the PHP Framework "Laravel" written by Taylor Otwell <[email protected]>
* that was licensed with the MIT License.
*/
define('PAGE', 'SERVERS');
define('NAV', 'SOLID');
require('defines.php');
include('head.php');
?>
<div class="page-loader">
<div class="loader">Loading...</div>
</div>
<div class="page" id="top">
<?php include('nav.php'); ?>
<section class="small-section bg-gray-lighter">
<div class="relative container align-left">
<div class="row">
<div class="col-md-8">
<h1 class="hs-line-11 no-transp font-alt mb-20 mb-xs-0">Servers</h1>
</div>
</div>
</div>
</section>
<section class="page-section">
<div class="container relative">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h1 class="blog-page-title font-alt">FFA DM <small>(216.155.159.27:27045)</small></h1>
<div class="lead">
Server Features:
<ul>
<li>Free-for-All Deathmatch</li>
<li>128 tick</li>
<li>16 Slots</li>
<li>Hosted in NYC</li>
<li>Gun Menu</li>
<li>Map rotation of Mirage, Cache, Dust2</li>
<li>60 minute map time</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<?=$pg3sec2['embed']?>
<?php include('footer.php'); ?>