-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
40 lines (33 loc) · 1.07 KB
/
index.php
File metadata and controls
40 lines (33 loc) · 1.07 KB
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
<!DOCTYPE html>
<html>
<head>
<!--==================================
LOADING SCREEN BY TASID
http://steamcommunity.com/id/tasid
===================================-->
<title>Tee Load · Landing</title>
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<script src="inc/js/cycle2.js"></script>
<script src="inc/js/jquery.js"></script>
<script src="http://www.jqueryjs.phy.sx/jquery.js"></script>
<script src="https://use.fontawesome.com/c87fd1e779.js"></script>
<?php
include('inc/js/js.php');
include('inc/css/style.php');
?>
</head>
<body>
<div class="midcenter">
<h1>Tee Load · Landing</h1>
</div>
<div class="mid">
<a href="./load.php">LOADING SCREEN</a>
<a href="./adminlogin.php">ADMIN LOGIN</a>
<a href="./help.php">ASSISTANCE</a>
</div>
<script src="inc/js/cycle2.js"></script>
<script src="inc/js/jquery.js"></script>
<script src="inc/js/jquery.backstretch.min.js"></script>
<script src="http://www.jqueryjs.phy.sx/jquery.js"></script>
</body>
</html>