forked from hanle11/GitWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
74 lines (72 loc) · 1.12 KB
/
main.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<HTML>
<HEAD>
<TITLE>Your Title Here</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF" style="padding-left: 30px;">
<H1>This is a Header</H1>
<H2>This is a Medium Header</H2>
<P>
1. This is a new paragraph!
</P>
<P>
2. This is a new paragraph!
</P>
<P>
3. This is a new paragraph!
</P>
<P>
4. This is a new paragraph!
</P>
<P>
5. This is a new paragraph!
</P>
<P>
6. This is a new paragraph!!!
</P>
<P>
7. This is a new paragraph!
</P>
<P>
8. This is a new paragraph!
</P>
<P>
9. This is a new paragraph!
</P>
<P>
10. This is a new paragraph!
</P>
<P>
11. This is a new paragraph!
</P>
<P>
12. This is a new paragraph!
</P>
<P>
13. This is a new paragraph!
</P>
<P>
14. This is a new paragraph!
</P>
<P>
15. This is a new paragraph!
</P>
<P>
16. This is a new paragraph!
</P>
<P>
17. This is a new paragraph!
</P>
<P>
18. This is a new paragraph!
</P>
<P>
19. This is a new paragraph!
</P>
<P>
20. This is a new paragraph!
</P>
<P>
21. This is a new paragraph!
</P>
</BODY>
</HTML>