-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathattributes.html
More file actions
50 lines (42 loc) · 1.27 KB
/
attributes.html
File metadata and controls
50 lines (42 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<title>Guardian Cross - Attributes</title>
<link rel="stylesheet" type="text/css" href="css/gc.min.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/loader.min.js"></script>
<link href="css/ui-lightness/jquery-ui-1.10.2.custom.min.css" rel="stylesheet" type="text/css">
<script lang="text/javascript">
function load() {
insertAttributesTextTable(document.getElementById("attributes1"));
insertAttributesTable(document.getElementById("attributes2"));
}
$(function() {
Loader.load(load);
});
</script>
</head>
<body>
<div id="attributes1">
</div>
<div id="attributes2">
</div>
<div id="footnote">
<hr/>
<div>
<a href="https://github.com/mht208/gccards">Project home</a> at GitHub
</div>
<div>
All images are owned by <a href="http://www.square-enix.co.jp/smart/gc/">Square Enix</a> Co., Ltd.
</div>
<div>
Use of this website is at your own risk.
No warranty is provided.
</div>
<div>
Best viewed in <a href="http://www.apple.com/safari/" target="_blank">Safari</a> on Mac.
</div>
</div>
</body>
</html>