-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
26 lines (14 loc) · 758 Bytes
/
Copy pathtest.html
File metadata and controls
26 lines (14 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<HTML>
<HEAD>
<TITLE>Your Title Here</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<H1>This is a Header</H1>
<H2>This is a Medium Header</H2>
<iframe id="settings-widget" src="http://localhost:8080/newsList?uniqueKey=LY6eZJ5rZDqDuzBQWBHbVA&channelId=607&query=&subject=&g_region=&search_option=everything&size=550_550&heading=" width="550" height="550" border="0" scroll="no" frameborder="0"width="550" height="550" border="0" scroll="no" frameborder="0"></iframe>
<P> This is a new paragraph!
<P> <B>This is a new paragraph!</B>
<BR> <B><I>This is a new sentence without a paragraph break, in bold italics.</I></B>
<HR>
</BODY>
</HTML>