|
@@ -49,18 +49,35 @@ function clean_str($str) {
|
|
|
|
|
|
?>
|
|
?>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 2.0//EN">
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 2.0//EN">
|
|
-<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">
|
|
|
|
-
|
|
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
- <title>NewsFeed.FYI</title>
|
|
|
|
|
|
+ <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>
|
|
|
|
+ NewsFeed.FYI
|
|
|
|
+ </title>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
- <center><h1><font color="#9400d3"><i>NewsFeed.FYI</i></font></h1></center>
|
|
|
|
|
|
+ <h1 class="newsfeed">
|
|
|
|
+ <i>NewsFeed.FYI</i>
|
|
|
|
+ </h1>
|
|
<hr>
|
|
<hr>
|
|
- <center><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>.</small></center>
|
|
|
|
|
|
+ <span 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>
|
|
|
|
+ .
|
|
|
|
+ </span>
|
|
<?php
|
|
<?php
|
|
if($section) {
|
|
if($section) {
|
|
$section_title = explode(" - ", strtoupper($feed->get_title()));
|
|
$section_title = explode(" - ", strtoupper($feed->get_title()));
|
|
@@ -69,9 +86,21 @@ function clean_str($str) {
|
|
?>
|
|
?>
|
|
<small>
|
|
<small>
|
|
<p>
|
|
<p>
|
|
- <center><a href="index.php?loc=<?php echo $loc ?>">TOP</a> <a href="index.php?section=world&loc=<?php echo strtoupper($loc) ?>">WORLD</a> <a href="index.php?section=nation&loc=<?php echo strtoupper($loc) ?>">NATION</a> <a href="index.php?section=business&loc=<?php echo strtoupper($loc) ?>">BUSINESS</a> <a href="index.php?section=technology&loc=<?php echo strtoupper($loc) ?>">TECHNOLOGY</a> <a href="index.php?section=entertainment&loc=<?php echo strtoupper($loc) ?>">ENTERTAINMENT</a> <a href="index.php?section=science&loc=<?php echo strtoupper($loc) ?>">SCIENCE</a> <a href="index.php?section=health&loc=<?php echo strtoupper($loc) ?>">HEALTH</a><br>
|
|
|
|
- <font size="1">-=-=-=-=-=-=-=-=-=-=-=-=-=-</font>
|
|
|
|
- <br><?php echo strtoupper($loc) ?> Edition <a href="choose_edition.php">(Change)</a></center>
|
|
|
|
|
|
+ <center>
|
|
|
|
+ <a href="index.php?loc=<?php echo $loc ?>">TOP</a>
|
|
|
|
+ <a href="index.php?section=world&loc=<?php echo strtoupper($loc) ?>">WORLD</a>
|
|
|
|
+ <a href="index.php?section=nation&loc=<?php echo strtoupper($loc) ?>">NATION</a>
|
|
|
|
+ <a href="index.php?section=business&loc=<?php echo strtoupper($loc) ?>">BUSINESS</a>
|
|
|
|
+ <a href="index.php?section=technology&loc=<?php echo strtoupper($loc) ?>">TECHNOLOGY</a>
|
|
|
|
+ <a href="index.php?section=entertainment&loc=<?php echo strtoupper($loc) ?>">ENTERTAINMENT</a>
|
|
|
|
+ <a href="index.php?section=science&loc=<?php echo strtoupper($loc) ?>">SCIENCE</a>
|
|
|
|
+ <a href="index.php?section=health&loc=<?php echo strtoupper($loc) ?>">HEALTH</a>
|
|
|
|
+ <br>
|
|
|
|
+ <span class="brandname" style="size: 1;">-=-=-=-=-=-=-=-=-=-=-=-=-=-</span>
|
|
|
|
+ <br>
|
|
|
|
+ <?php echo strtoupper($loc) ?> Edition
|
|
|
|
+ <a href="choose_edition.php">(Change)</a>
|
|
|
|
+ </center>
|
|
</p>
|
|
</p>
|
|
</small>
|
|
</small>
|
|
<?php
|
|
<?php
|