choose_edition.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. <title>68k.news: Choose Your Edition</title>
  12. </head>
  13. <body>
  14. <center><h1><b>68k.news:</b> <font color="#9400d3"><i>Headlines from the Future</i></font></h1></center>
  15. <hr>
  16. <center>
  17. <small>Basic HTML Google News for vintage computers. Built by <a href="https://youtube.com/ActionRetro" target="_blank"><b>Action Retro</b></a> on YouTube. Tested on Netscape 1.1 through 4 on a Mac SE/30.</small>
  18. <p><h2>CHOOSE YOUR EDITION:</h2></p>
  19. <p><a href='/index.php?section=nation&loc=US'>United States</a></p>
  20. <p><a href='/index.php?section=nation&loc=JP'>Japan</a></p>
  21. <p><a href='/index.php?section=nation&loc=UK'>United Kingdom</a></p>
  22. <p>Spain (RIP)</p>
  23. <p><a href='/index.php?section=nation&loc=CA'>Canada</a></p>
  24. <p><a href='/index.php?section=nation&loc=DE'>Deutschland</a></p>
  25. <p><a href='/index.php?section=nation&loc=IT'>Italia</a></p>
  26. <p><a href='/index.php?section=nation&loc=FR'>France</a></p>
  27. <p><a href='/index.php?section=nation&loc=AU'>Australia</a></p>
  28. <p><a href='/index.php?section=nation&loc=TW'>Taiwan</a></p>
  29. <p><a href='/index.php?section=nation&loc=NL'>Nederland</a></p>
  30. <p><a href='/index.php?section=nation&loc=BR'>Brasil</a></p>
  31. <p><a href='/index.php?section=nation&loc=TR'>Turkey</a></p>
  32. <p><a href='/index.php?section=nation&loc=BE'>Belgium</a></p>
  33. <p><a href='/index.php?section=nation&loc=GR'>Greece</a></p>
  34. <p><a href='/index.php?section=nation&loc=IN'>India</a></p>
  35. <p><a href='/index.php?section=nation&loc=MX'>Mexico</a></p>
  36. <p><a href='/index.php?section=nation&loc=DK'>Denmark</a></p>
  37. <p><a href='/index.php?section=nation&loc=AR'>Argentina</a></p>
  38. <p><a href='/index.php?section=nation&loc=CH'>Switzerland</a></p>
  39. <p><a href='/index.php?section=nation&loc=CL'>Chile</a></p>
  40. <p><a href='/index.php?section=nation&loc=AT'>Austria</a></p>
  41. <p><a href='/index.php?section=nation&loc=KR'>Korea</a></p>
  42. <p><a href='/index.php?section=nation&loc=IE'>Ireland</a></p>
  43. <p><a href='/index.php?section=nation&loc=CO'>Colombia</a></p>
  44. <p><a href='/index.php?section=nation&loc=PL'>Poland</a></p>
  45. <p><a href='/index.php?section=nation&loc=PT'>Portugal</a></p>
  46. <p><a href='/index.php?section=nation&loc=PK'>Pakistan</a></p>
  47. </center>
  48. <small><a href="/index.php?loc=<?php echo $loc ?>">< Back to <font color="#9400d3">68k.news</font> <?php echo $loc ?>front page</a></small>
  49. <p><center><small>Powered by Mozilla Readability (Andres Rey PHP Port) and SimplePie</small></p>
  50. </body>
  51. </html>