the-hacker-news-rss/src/sample_1.html

50 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
<meta name="theme-color" content="#304FFE" />
<link rel="stylesheet" type="text/css" href="news_main.css">
<title>HornetFighter HackNews</title>
<link rel="icon" href="../img/hornetFighter.ico">
</head>
<body color-theme="light">
<header id="header">
<h1 class = "name">
<a href="https://hornetfighter.com" style="text-decoration:none">
<span id="H">HORNET</span><span id="F">FIGHTER</span><span id="COM">.COM</span>
</a>
</h1>
<!--<p class="name"><em>SOFTWARE SOLUTIONS</em></p>-->
</header>
<div class="navbar">
<ul class="navlink">
<li><a href="<?php echo $address;?>">HOME</a></li>
<li><a href="<?php echo $address;?>projects/">PROJECTS</a></li>
<li><a href="https://github.com/hornetfighter515/">GITHUB</a></li>
</ul>
</div>
<main>
<!-- START SCROLLING NEWS WINDOW -->
<!-- NOTE: For educational use only -->
<link rel="stylesheet" type="text/css" href="ef/news_scroll.css">
<script src="ef/news_scroll.js" type="text/javascript"></script>
<div class="section" id="news_iframe_scroll" color-theme="terminal">
<a href="https://thehackernews.com/">
<div class="news-scroll-title">
The Hacker News feed<br>
</div>
</a>
<iframe name="Hacker News IFrame" src="ef/news_scroll.html" frameborder="0" scrolling="no"></iframe>
</div>
<!-- END SCROLLING NEWS WINDOW -->
</main>
<footer id="footer">
<p><i>Copyright &copy; 2021 HornetFighter</i></p>
</footer>
</body>
</html>