12 lines
624 B
HTML
12 lines
624 B
HTML
<!-- START SCROLLING NEWS WINDOW -->
|
|
<!-- NOTE: For educational use only -->
|
|
<link rel="stylesheet" type="text/css" href="ef/news_scroll.css">
|
|
<div id="news_iframe_scroll" class="section" color-theme="terminal">
|
|
<a href="https://thehackernews.com/">
|
|
<div class="news-scroll-title">
|
|
The Hacker News feed<br>
|
|
</div>
|
|
</a>
|
|
<iframe name="NewsIFrame" src="ef/news_scroll.html" frameborder="0" scrolling="no"></iframe>
|
|
</div>
|
|
<!-- END SCROLLING NEWS WINDOW --> |