123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?php
- $loc = "US";
- if( isset( $_GET['loc'] ) ) {
- $loc = $_GET["loc"];
- }
- ?>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 2.0//EN">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="/main.css">
- <title>68k.news: Choose Your Edition</title>
- </head>
- <body>
- <h1 class="newsfeed">
- <i>NewsFeed.FYI</i>
- </h1>
- <hr>
- <p style="text-align: center; font-size: small;">
- Basic HTML Google News Feed. Based on
- <a href="https://github.com/ActionRetro/68k-news" target="_blank">
- <b>source</b>
- </a>
- for
- <a href="http://68k.news" target="_blank">
- <b>68k.news</b>
- </a>
- , originally built by
- <a href="https://youtube.com/ActionRetro" target="_blank">
- <b>Action Retro</b>
- </a>
- .
- </p>
- <p><h2>CHOOSE YOUR EDITION:</h2></p>
- <p><a href='/index.php?section=nation&loc=US'>United States</a></p>
- <p><a href='/index.php?section=nation&loc=JP'>Japan</a></p>
- <p><a href='/index.php?section=nation&loc=UK'>United Kingdom</a></p>
- <p>Spain (RIP)</p>
- <p><a href='/index.php?section=nation&loc=CA'>Canada</a></p>
- <p><a href='/index.php?section=nation&loc=DE'>Deutschland</a></p>
- <p><a href='/index.php?section=nation&loc=IT'>Italia</a></p>
- <p><a href='/index.php?section=nation&loc=FR'>France</a></p>
- <p><a href='/index.php?section=nation&loc=AU'>Australia</a></p>
- <p><a href='/index.php?section=nation&loc=TW'>Taiwan</a></p>
- <p><a href='/index.php?section=nation&loc=NL'>Nederland</a></p>
- <p><a href='/index.php?section=nation&loc=BR'>Brasil</a></p>
- <p><a href='/index.php?section=nation&loc=TR'>Turkey</a></p>
- <p><a href='/index.php?section=nation&loc=BE'>Belgium</a></p>
- <p><a href='/index.php?section=nation&loc=GR'>Greece</a></p>
- <p><a href='/index.php?section=nation&loc=IN'>India</a></p>
- <p><a href='/index.php?section=nation&loc=MX'>Mexico</a></p>
- <p><a href='/index.php?section=nation&loc=DK'>Denmark</a></p>
- <p><a href='/index.php?section=nation&loc=AR'>Argentina</a></p>
- <p><a href='/index.php?section=nation&loc=CH'>Switzerland</a></p>
- <p><a href='/index.php?section=nation&loc=CL'>Chile</a></p>
- <p><a href='/index.php?section=nation&loc=AT'>Austria</a></p>
- <p><a href='/index.php?section=nation&loc=KR'>Korea</a></p>
- <p><a href='/index.php?section=nation&loc=IE'>Ireland</a></p>
- <p><a href='/index.php?section=nation&loc=CO'>Colombia</a></p>
- <p><a href='/index.php?section=nation&loc=PL'>Poland</a></p>
- <p><a href='/index.php?section=nation&loc=PT'>Portugal</a></p>
- <p><a href='/index.php?section=nation&loc=PK'>Pakistan</a></p>
-
- <p style="text-align: center; font-size: small;">v1.0 Powered by Mozilla Readability (Andres Rey PHP Port) and SimplePie</p>
- </body>
- </html>
|