Skip to content

Commit b697ffb

Browse files
committed
fix p tags
1 parent 71f0c49 commit b697ffb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
<title>Posts</title>
88
</head>
99
<body>
10+
<p>
1011
<a href="binary_formats_are_better_than_json_in_browsers.html">
1112
Binary Formats are Better than JSON in Browsers
1213
</a>
14+
</p>
1315

16+
<p>
1417
<a href="serialization_from_nodejs.html">
1518
Serialization From NodeJS
1619
</a>
20+
</p>
1721
</body>
1822
</html>

0 commit comments

Comments
 (0)