This repository was archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmerchant25.html
More file actions
114 lines (114 loc) · 2.18 KB
/
merchant25.html
File metadata and controls
114 lines (114 loc) · 2.18 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<head>
<title>Word Cloud</title>
<style type="text/css">
body { font-family: Cursive }
.style0 {
font-size: 100%;
color: #CD5C5C;
}
.style1 {
font-size: 120%;
color: #5F9EA0;
}
.style2 {
font-size: 140%;
color: #FA8072;
}
.style3 {
font-size: 160%;
color: #E9967A;
}
.style4 {
font-size: 180%;
color: #FF69B4;
}
.style5 {
font-size: 200%;
color: #FFA500;
}
.style6 {
font-size: 220%;
color: #B22222;
}
.style7 {
font-size: 240%;
color: #E6E6FA;
}
.style8 {
font-size: 260%;
color: #8A2BE2;
}
.style9 {
font-size: 280%;
color: #6A5ACD;
}
.style10 {
font-size: 300%;
color: #7FFF00;
}
.style11 {
font-size: 320%;
color: #32CD32;
}
.style12 {
font-size: 340%;
color: #228B22;
}
.style13 {
font-size: 360%;
color: #66CDAA;
}
.style14 {
font-size: 380%;
color: #00FFFF;
}
.style15 {
font-size: 400%;
color: #1E90FF;
}
.style16 {
font-size: 420%;
color: #FFE4C4;
}
.style17 {
font-size: 440%;
color: #8B4513;
}
.style18 {
font-size: 460%;
color: #F5F5DC;
}
.style19 {
font-size: 480%;
color: #C0C0C0;
}
</style>
</head>
<body><p>
<span class="style5">attribute</span>
<span class="style10">doth</span>
<span class="style14">justice</span>
<span class="style5">kings</span>
<span class="style19">mercy</span>
<span class="style5">mightiest</span>
<span class="style5">plea</span>
<span class="style5">power</span>
<span class="style0">sceptre</span>
<span class="style0">sceptred</span>
<span class="style0">seasons</span>
<span class="style0">see</span>
<span class="style0">sentence</span>
<span class="style0">show</span>
<span class="style0">shows</span>
<span class="style0">sit</span>
<span class="style0">spoke</span>
<span class="style0">strained</span>
<span class="style0">strict</span>
<span class="style0">sway</span>
<span class="style0">takes</span>
<span class="style0">teach</span>
<span class="style0">temporal</span>
<span class="style0">therefore</span>
<span class="style5">thy</span>
</p></body>
</html>