-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
51 lines (50 loc) · 2.33 KB
/
index.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
<!-- Copyright Soartex Fanver Team -->
<!DOCTYPE html>
<html>
<head>
<!-- Page information -->
<title>Soartex Fanver</title>
<meta charset="UTF-8"/>
<!-- Icons -->
<link rel="shortcut icon" href="assets/img/favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/img/apple-icons/apple-touch-icon-114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/img/apple-icons/apple-touch-icon-144.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/img/apple-icons/apple-touch-icon-114.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/img/apple-icons/apple-touch-icon-144.png" />
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap-responsive.css" />
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="assets/css/global.css" />
<!-- Google Analytics -->
<!-- End of Google Analytics -->
</head>
<body>
<!--Header-->
<?php $url_add=""; require 'assets/presets/header.php'; ?>
<div class="container" style="padding-top:30px;">
<div class="main-content">
<h1>Soartex Fanver <small>Zip Manager</small></h1>
<hr>
<p>This system allows for complete control of the soartex modded patcher and zip archives. With this a user can sync a zip file from github and then also updated the patcher.json.All patcher.jsons can all be found here: <a href="http://files.soartex.net/zip-manager/data/patcher/">files.soartex.net/zip-manager/data/patcher/</a>This system allow for community members to updated zips and allow for soartex fanver users to get the latest textures. Enjoy the system!</p>
<h4>Contains</h4>
<ul>
<li>Soartex 1.6.x</li>
<li>Soartex 1.5.x</li>
<li>Soartex 1.4.x</li>
<li>Soartex 1.3.x-pre</li>
</ul>
<hr>
<div class="pull-right">
<p>Please click here to procceed. <a class="btn btn-primary" href="./login">Procceed <i class=icon-th-list></i></a> </p>
</div>
<br>
</div>
</div>
<!-- Footer -->
<?php require 'assets/presets/footer.php'; ?>
</body>
<!-- Javascripts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
</html>