12 lines
623 B
HTML
12 lines
623 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="news_scroll_2.html" frameborder="0" scrolling="no"></iframe>
|
||
|
</div>
|
||
|
<!-- END SCROLLING NEWS WINDOW -->
|