-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (26 loc) · 689 Bytes
/
index.html
File metadata and controls
37 lines (26 loc) · 689 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
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
<title>Your Title Here</title>
</head>
<body bgcolor="FFFFFF">
<center><img src="clouds.jpg" align="BOTTOM" /></center>
<hr />
<a href="http://somegreatsite.com">Link Name</a>
is a link to another nifty site
<h1>This is a Header</h1>
<h2>This is a Medium Header</h2>
Send me mail at
<a href="mailto:support@yourcompany.com"> support@yourcompany.com</a>.
<p>This is a new paragraph!</p>
<p>
<b color="red">This is a new paragraph!</b>
<br />
<b
><i
>This is a new sentence without a paragraph break, in bold italics.</i
></b
>
</p>
<hr />
</body>
</html>