summaryrefslogtreecommitdiff
path: root/directory/index.html
blob: f0c2633a1ca7f30576825f4497082b2094d925c3 (plain) (blame)
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
<!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>
    <link rel="stylesheet" href="/directory/css/main.css">
    <script src="/directory/js/main.js"></script>
</head>
<body>
    <div class="container">

        <h1 class="title">/s1n.pw/ 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="/konami/">
                        <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="/konami/">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">5.9K</td>
            </tr>
    </div>
</body>
</html>