-
Notifications
You must be signed in to change notification settings - Fork 0
/
test2.html
32 lines (27 loc) · 1.4 KB
/
test2.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lets GO SCSS!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="assets/css/test2.css" rel="stylesheet">
</head>
<body>
<h1>The Evolution of the Bicycle</h1>
<blockquote>Blockquote Text An 'extremely credible source' has called my office and told me that Lorem Ipsum's birth certifica.</blockquote>
<div>
<p>Testes said to you myself, number one, because I have a very good brain and I've said a lot of things. The concept of
Lorem Ipsum was created by and for the Chinese in order to make U.S. design jobs non-competitive.
</p>
<p>I'm speaking with myself, number one, because I have a very good brain and I've said a lot of things. The concept of
Lorem Ipsum was created by and for the Chinese in order to make U.S. design jobs non-competitive.
</p>
<p> Testes said to you myself, number one, because I have a very good brain and I've said a lot of things. The concept of
Lorem Ipsum was created by and for the Chinese in order to make U.S. design jobs non-competitive.
</p>
<p>Testes said to you myself, number one, because I have a very good brain and I've said a lot of things. The concept of
Lorem Ipsum was created by and for the Chinese in order to make U.S. design jobs non-competitive.
</p>
</div>
</body>
</html>