-
Notifications
You must be signed in to change notification settings - Fork 7.4k
/
Copy patharticle-one.html
30 lines (30 loc) · 1.88 KB
/
article-one.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
<!doctype html>
<head>
<title>Article one</title>
<meta name="viewport" content="width-device-width intial-scale-1"/>
<link href="/ui/style.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div>
<a href="/">home</a>
</div>
<hr/>
<h3>Article-one</h3>
<div>
aug 21 2017
</div>
<div>
<p>
This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.
</p>
<p>
This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.
</p>
<p>
This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.This is my first article and i am feeling great to do this.
</p>
</div>
</div>
</body>
</html>