-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
70 lines (49 loc) · 2.34 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Xenoblade Resources</title>
<link rel="stylesheet" type="text/css" href="styles.css" title="Default Styles" media="screen"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans" title="Font Styles"/>
<?php include "general_functions.php"; ?>
</head>
<body link="#E2E2E2" vlink="#ADABAB">
<center><div class="container">
<header>
<?php print_header(); ?>
</header>
<article style="color:#FFFFFF;">
<p>
<!-- <center><img src="logo_big.png"></center> Insert Main Logo here -->
<hr/>
<center><h1>Xenoblade Chronicles X</h1></center>
<hr/>
<p>
<div class="box">
<p>
<center><h3>Xenoblade Hub</h3></center>
Main page for all my Xenoblade stuff. Here's a list of everything I've done (and may do):
<ul>
<li><a href ="augment_search.php">Augment search engine</a></li>
<li><a href ="material_search.php">Material search engine</a></li>
<li><a href ="frame_list.php">Skell frame list</a></li>
<li><a href ="superweapon_list.php">Skell superweapon list</a></li>
<li><a href ="ground_gear_list.php">Craftable ground armor list</a> (will probably skip weapons as they all seem useless)</li>
<li><a href ="overdrive.php">Ground Overdrive Guide</a>, taken from reddit (and edited) for convenience. Source link included in document.</li>
</ul>
Source code for this website: <a href="https://github.com/birdonwheels5/xenoblade-x-site/" target="_bank">https://github.com/birdonwheels5/xenoblade-x-site/</a>
</p>
</div>
</p>
</div>
</p>
</p>
</article>
<div class="paddingBottom">
</div>
<footer>
2016 birdonwheels5.
</footer>
</div>
</body>
</html>