diff options
Diffstat (limited to 'directory/games/index.html')
| -rw-r--r-- | directory/games/index.html | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/directory/games/index.html b/directory/games/index.html new file mode 100644 index 0000000..de50e78 --- /dev/null +++ b/directory/games/index.html @@ -0,0 +1,129 @@ +<!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 - Games</title> + <!-- Site metadata --> + <meta name="description" content="/cyne.cf/Games/ Directory Listing"> + <meta property="og:description" content="/cyne.cf/Games/ Directory Listing"> + <meta property="og:title" content="s1nical - Games"> + <meta property="twitter:card" content="summary"> + <meta property="twitter:site" content="@9inny"> + <meta property="og:image" content=""> + <meta property="og:url" content="https://cyne.cf/directory/games"> + <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://cyne.cf/directory/games"> + <link rel="author" href="humans.txt" /> + <!-- Schema.org Stuff --> + <script type="application/ld+json"> + { + "name": "s1nical", + "alternateName": "s1n", + "description": "/cyne.cf/Games/ Directory Listing", + "headline": "/cyne.cf/Games/ Directory Listing", + "url": "https://cyne.cf/directory/games", + "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/css/main.css"> + <script src="/directory/games/js/main.js"></script> +</head> +<body> + + <div class="container"> + + <h1 class="title">/cyne.cf/Games/ 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="/dino/"> + <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="/dino/">Dino</a></td> + <td align="right">1.8K</td> + </tr> + <tr> + <td valign="top"><a href="/space-invaders/"> + <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="/space-invaders/">Space Invaders</a></td> + <td align="right">11.5K</td> + </tr> + <tr> + <td valign="top"><a href="/cars/"> + <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="/cars/">Cars</a></td> + <td align="right">386.0K</td> + </tr> + <tr> + <td valign="top"><a href="/directory/games/browser-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/browser-games/">Browser Games Sub-Directory</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> |