the-hacker-news-rss/src/hack-news-widget.html

13 lines
703 B
HTML
Raw Normal View History

2021-07-24 01:51:50 +00:00
<!-- START SCROLLING NEWS WINDOW -->
2021-07-23 01:21:09 +00:00
<!-- NOTE: For educational use only -->
<link rel="stylesheet" type="text/css" href="ef/news_scroll.css">
2021-07-24 01:44:28 +00:00
<script src="ef/news_scroll.js" type="text/javascript"></script>
2021-07-23 01:21:09 +00:00
<div id="news_iframe_scroll" class="section" color-theme="terminal">
<a href="https://thehackernews.com/">
2021-07-24 01:12:20 +00:00
<div class="news-scroll-title">
2021-07-23 01:21:09 +00:00
The Hacker News feed<br>
</div>
</a>
2021-07-24 01:12:20 +00:00
<iframe name="NewsIFrame" src="ef/news_scroll.html" frameborder="0" scrolling="no"></iframe>
2021-07-23 01:21:09 +00:00
</div>
<!-- END SCROLLING NEWS WINDOW -->