choose_edition.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. $loc = "US";
  3. if( isset( $_GET['loc'] ) ) {
  4. $loc = $_GET["loc"];
  5. }
  6. ?>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 2.0//EN">
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <html>
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  13. <link rel="stylesheet" type="text/css" href="/main.css">
  14. <title>68k.news: Choose Your Edition</title>
  15. </head>
  16. <body>
  17. <h1 class="newsfeed">
  18. <i>NewsFeed.FYI</i>
  19. </h1>
  20. <hr>
  21. <p style="text-align: center; font-size: small;">
  22. Basic HTML Google News Feed. Based on
  23. <a href="https://github.com/ActionRetro/68k-news" target="_blank">
  24. <b>source</b>
  25. </a>
  26. for
  27. <a href="http://68k.news" target="_blank">
  28. <b>68k.news</b>
  29. </a>
  30. , originally built by
  31. <a href="https://youtube.com/ActionRetro" target="_blank">
  32. <b>Action Retro</b>
  33. </a>
  34. .
  35. </p>
  36. <p><h2>CHOOSE YOUR EDITION:</h2></p>
  37. <p><a href='/index.php?section=nation&loc=US'>United States</a></p>
  38. <p><a href='/index.php?section=nation&loc=JP'>Japan</a></p>
  39. <p><a href='/index.php?section=nation&loc=UK'>United Kingdom</a></p>
  40. <p>Spain (RIP)</p>
  41. <p><a href='/index.php?section=nation&loc=CA'>Canada</a></p>
  42. <p><a href='/index.php?section=nation&loc=DE'>Deutschland</a></p>
  43. <p><a href='/index.php?section=nation&loc=IT'>Italia</a></p>
  44. <p><a href='/index.php?section=nation&loc=FR'>France</a></p>
  45. <p><a href='/index.php?section=nation&loc=AU'>Australia</a></p>
  46. <p><a href='/index.php?section=nation&loc=TW'>Taiwan</a></p>
  47. <p><a href='/index.php?section=nation&loc=NL'>Nederland</a></p>
  48. <p><a href='/index.php?section=nation&loc=BR'>Brasil</a></p>
  49. <p><a href='/index.php?section=nation&loc=TR'>Turkey</a></p>
  50. <p><a href='/index.php?section=nation&loc=BE'>Belgium</a></p>
  51. <p><a href='/index.php?section=nation&loc=GR'>Greece</a></p>
  52. <p><a href='/index.php?section=nation&loc=IN'>India</a></p>
  53. <p><a href='/index.php?section=nation&loc=MX'>Mexico</a></p>
  54. <p><a href='/index.php?section=nation&loc=DK'>Denmark</a></p>
  55. <p><a href='/index.php?section=nation&loc=AR'>Argentina</a></p>
  56. <p><a href='/index.php?section=nation&loc=CH'>Switzerland</a></p>
  57. <p><a href='/index.php?section=nation&loc=CL'>Chile</a></p>
  58. <p><a href='/index.php?section=nation&loc=AT'>Austria</a></p>
  59. <p><a href='/index.php?section=nation&loc=KR'>Korea</a></p>
  60. <p><a href='/index.php?section=nation&loc=IE'>Ireland</a></p>
  61. <p><a href='/index.php?section=nation&loc=CO'>Colombia</a></p>
  62. <p><a href='/index.php?section=nation&loc=PL'>Poland</a></p>
  63. <p><a href='/index.php?section=nation&loc=PT'>Portugal</a></p>
  64. <p><a href='/index.php?section=nation&loc=PK'>Pakistan</a></p>
  65. <p style="text-align: center; font-size: small;">v1.0 Powered by Mozilla Readability (Andres Rey PHP Port) and SimplePie</p>
  66. </body>
  67. </html>