diff options
| author | s1n <[email protected]> | 2019-09-07 20:51:18 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-07 20:51:18 -0700 |
| commit | 34f27ba06b273566eabcd7e14e55f681903af7f8 (patch) | |
| tree | 74c63755747be7840a939a76fe1eaa65a1cab390 /directory | |
| parent | add some style to links, seperate root redir (diff) | |
| download | s1n.pw-admin-34f27ba06b273566eabcd7e14e55f681903af7f8.tar.xz s1n.pw-admin-34f27ba06b273566eabcd7e14e55f681903af7f8.zip | |
add demos to directory, input lag
Diffstat (limited to 'directory')
| -rw-r--r-- | directory/demos/index.html | 65 | ||||
| -rw-r--r-- | directory/index.html | 10 |
2 files changed, 75 insertions, 0 deletions
diff --git a/directory/demos/index.html b/directory/demos/index.html new file mode 100644 index 0000000..e09628e --- /dev/null +++ b/directory/demos/index.html @@ -0,0 +1,65 @@ +<!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 - /Tools</title> + <script src="https://code.jquery.com/jquery-1.10.2.js"></script> + <link rel="stylesheet" href="/directory/css/main.css"> + </head> + + <body> + + <div class="container"> + + <h1 class="title">/s1n.pw/Tools/ 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="/directory/"> + <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="/directory/">Parent Directory</a></td> + <td align="right"> - </td> + </tr> + <tr> + <td valign="top"><a href="/input-lag/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" + height="24"> + <title>Demo</title> + + </svg> + </a></td> + <td><a href="/input-lag/">Input Lag</a></td> + <td align="right">2.8K</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>
\ No newline at end of file diff --git a/directory/index.html b/directory/index.html index a1ecbff..9ce7017 100644 --- a/directory/index.html +++ b/directory/index.html @@ -43,6 +43,16 @@ <td><a href="/directory/games/">Games/</a></td> <td align="right">NULL</td> </tr> + <tr> + <td valign="top"><a href="/directory/demos/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24"> + <title>Demos</title> + + </svg> + </a></td> + <td><a href="/directory/demos/">Demos/</a></td> + <td align="right">NULL</td> + </tr> </div> <!-- Loading Animation --> |