forked from CAS-ual-TY/PR-Assets-Indexes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (53 loc) · 1.25 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>PR Assets Indexes</title>
<style>
html { font: 1rem/1.5 Arial, sans-serif;
background: lightgray;
}
div.outer {
text-align: center;
margin-left: auto;
margin-right: auto;
}
div.inner {
display: inline-block;
}
img {
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
height: 64px;
text-align: center;
}
table {
display: table;
width: 100%;
text-align: left;
}
td {
border: 1px solid black;
vertical-align: top;
padding: 8px;
}
span {
display: block;
}
</style>
</head>
<body>
<div class="outer">
<div class="inner">
<h1>PR Assets Indexes</h1>
<h2>Automatically generated at Thu Jul 25 15:04:23 2024 using a script by CAS_ual_TY</h2>
<h2>Vehicles</h2>
<span><a href="icon-to-asset_index.html">PR Icon-to-Assets Index (click here)</a></span>
<span><a href="asset-to-icon_index.html">PR Assets-to-Icon Index (click here)</a></span><span><a href="faction-asset-to-icon_index.html">PR Faction-Assets-to-Icon Index (click here)</a></span>
<h2>Kits</h2>
<span><a href="icon-to-kit_index.html">PR Icon-to-Kit Index (click here)</a></span>
</div>
</div>
</body>
</html>