Xen 1 рік тому
батько
коміт
a73a3c6c7c
1 змінених файлів з 21 додано та 7 видалено
  1. 21 7
      www/choose_edition.php

+ 21 - 7
www/choose_edition.php

@@ -18,10 +18,25 @@ if( isset( $_GET['loc'] ) ) {
 	<title>68k.news: Choose Your Edition</title>
 </head>
 <body>
-    <center><h1><b>68k.news:</b> <font color="#9400d3"><i>Headlines from the Future</i></font></h1></center>
-    <hr>
-    <center>
-    <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>
+    <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>
@@ -51,8 +66,7 @@ if( isset( $_GET['loc'] ) ) {
     <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>
-    </center>
-    <small><a href="/index.php?loc=<?php echo $loc ?>">< Back to <font color="#9400d3">68k.news</font> <?php echo $loc ?>front page</a></small>
-	<p><center><small>Powered by Mozilla Readability (Andres Rey PHP Port) and SimplePie</small></p>
+    
+	<p style="text-align: center; font-size: small;">v1.0 Powered by Mozilla Readability (Andres Rey PHP Port) and SimplePie</p>
 </body>
 </html>