-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyquote2.html
More file actions
30 lines (30 loc) · 964 Bytes
/
myquote2.html
File metadata and controls
30 lines (30 loc) · 964 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
<!--
To add a quote, copy the div below and paste it at the bottom of the file.
Then populate it with your quote and attribution.
You can add an optional image tag. The image must be linked from an external
site and not be in the repository.
<div class="quote">
<blockquote>Your quote goes here</blockquote>
<cite>Attribution</cite>
</div>
Please do not edit above this line -->
<div class="quote">
<blockquote>very influential stuff</blockquote>
<cite>Moderately important person</cite>
</div>
<div class="quote">
<blockquote>Something really smart</blockquote>
<cite>A really smart person</cite>
</div>
<div class="quote">
<blockquote>Something really nice</blockquote>
<cite>A really nice person</cite>
</div>
<div class="quote">
<blockquote>Something really nice</blockquote>
<cite>A really nice person</cite>
</div>
<div class="quote">
<blockquote>Something really nice</blockquote>
<cite>A really nice person</cite>
</div>