diff --git a/comments.json b/comments.json index 61f5ef60..f6dbe394 100644 --- a/comments.json +++ b/comments.json @@ -6,5 +6,17 @@ { "author": "Paul O’Shannessy", "text": "React is *great*!" + }, + { + "author": "asd", + "text": "asdas" + }, + { + "author": "asdas", + "text": "asda" + }, + { + "author": "asasa", + "text": "aaaaa" } -] +] \ No newline at end of file diff --git a/public/comments.json b/public/comments.json new file mode 100644 index 00000000..119f92d8 --- /dev/null +++ b/public/comments.json @@ -0,0 +1,4 @@ +[ + {"author": "Pete Hunt", "text": "This is one comment"}, + {"author": "Jordan Walke", "text": "This is *another* comment!"} +] \ No newline at end of file diff --git a/public/index.html b/public/index.html index c6220169..ff3b839f 100644 --- a/public/index.html +++ b/public/index.html @@ -8,9 +8,123 @@ +
- +