the-hacker-news-rss/src/sample_2.html
hornetfighter515 6d1af3476a Initial commit
2021-07-22 21:21:09 -04:00

17 lines
662 B
HTML

<!DOCTYPE html>
<html lang="en">
<body>
<!-- START SCROLLING NEWS WINDOW -->
<!-- NOTE: For educational use only -->
<link rel="stylesheet" type="text/css" href="ef/news_scroll.css">
<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 -->
</body>
</html>