-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 loc) · 2.02 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
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index of invisyarcticfox/tests</title>
<link rel="stylesheet" href="https://invisyarcticfox.uk/assets/css/master.css">
<link rel="stylesheet" href="./assets/custom.css">
</head>
<body>
<div id="cont">
<h1 class="header">Index of
<a href="./">https://invisyarcticfox.uk/tests</a>
</h1>
<div class="up">
<a href="https://invisyarcticfox.uk">Up to higher level directory</a>
</div>
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Size</th>
<th>Last Modified</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a class="folder" href="./api">api</a>
</td>
<td>various api tests between sites</td>
<td></td>
<td>17/09/2023</td>
</tr>
<tr>
<td>
<a href="./3dmc">3dmc</a>
</td>
<td>3D model of mc skin</td>
<td>10.5KB</td>
<td>15/09/2023</td>
</tr>
<tr>
<td>
<a href="./modelviewer">modelviewer</a>
</td>
<td>3d model in browser</td>
<td>5.59MB</td>
<td>21/02/2024</td>
</tr>
<tr>
<td>
<a href="./steamprofile">steamprofile</a>
</td>
<td>steam-like profile</td>
<td>2.73MB</td>
<td>12/05/2024</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>