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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>s1nical - Directory</title>
<!-- Site metadata -->
<meta name="description" content="/kyzer.co/ Directory Listing">
<meta property="og:description" content="/kyzer.co/ Directory Listing">
<meta property="og:title" content="s1nical - Directory">
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="@9inny">
<meta property="og:image" content="">
<meta property="og:url" content="https://kyzer.co/directory">
<link rel="apple-touch-icon" sizes="128x128" href="/favicon.jpg">
<link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128">
<link rel="canonical" href="https://kyzer.co/directory">
<link rel="author" href="humans.txt" />
<!-- Schema.org Stuff -->
<script type="application/ld+json">
{
"name": "s1nical",
"alternateName": "s1n",
"description": "/kyzer.co/ Directory Listing",
"headline": "/kyzer.co/ Directory Listing",
"url": "https://kyzer.co/directory",
"image": "",
"sameAs": [
"https://twitter.com/9inny",
"https://github.com/8cy",
"https://www.reddit.com/user/s1nical/"
],
"publisher": {
"@type": "Organization",
"logo": {
"@type": "ImageObject",
"url": ""
}
},
"@type": "WebSite",
"@context": "http://schema.org"
}
</script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="/directory/main.css">
<script>
$(document).ready(function () {
// $('.loader-wrapper').fadeOut("slow"); /*FadeOut after page loaded*/
console.log("Thanks for using my directory, check out the games!");
});
</script>
</head>
<body>
<div class="container">
<h1 class="title">/kyzer.co/ Directory Listing</h1>
<table>
<tr>
<th valign="top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[ICO]" width="24" height="24">
</svg>
</th>
<th>Name</th>
<th>Size</th>
</tr>
<tr>
<td valign="top"><a href="/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[PARENTDIR]" width="24"
height="24">
<title>Back</title>
</svg>
</a></td>
<td><a href="/">Parent Directory</a></td>
<td align="right"> - </td>
</tr>
<tr>
<td valign="top"><a href="/directory/games/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24">
<title>Game</title>
</svg>
</a></td>
<td><a href="/directory/games/">Games/</a></td>
<td align="right">NULL</td>
</tr>
<tr>
<td valign="top"><a href="/directory/tools/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24">
<title>Tools</title>
</svg>
</a></td>
<td><a href="/directory/tools/">Tools/</a></td>
<td align="right">NULL</td>
</tr>
</div>
<!-- Loading Animation -->
<!--
<div class="loader-wrapper">
<div class="loader">
<span class="">Label:</span>
<span class="ascii-spinner-1">|</span>
<span class="ascii-spinner-2">/</span>
<span class="ascii-spinner-3">--</span>
<span class="ascii-spinner-4">\</span>
</div>
</div>
-->
</body>
</html>
|