forked from hasura-imad/imad-app-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle-one.html
38 lines (30 loc) · 1.41 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
31
32
33
34
35
36
37
38
<html>
<head>
<title>
Article One | Aniket P
</title>
</head>
<body>
<div>
<a href="/">Home</a>
</div>
<hr/>
<h3>
Article One
</h3>
<div>
June 8,2017
</div>
<div>
<p>
This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.
</p>
<p>
This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.
</p>
<p>
This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.This is my content for first article.
</p>
</div>
</body>
</html>