diff --git a/public/index.html b/public/index.html
index 59f543a..bb0b59f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -15,19 +15,17 @@
to avoid connecting the SDK to running emulators.
-->
-
-
-
-
-
-
-
-
-
+
+
-
+
Fake People
+
@@ -52,18 +50,17 @@
rootRef.once('value', function(snapshot){
snapshot.forEach(function(d) {
var v = d.val();
- peopleList.innerHTML += `
-
-
-
Gender:
+ peopleList.innerHTML += `
+
+
Gender:
${v.gender}
-
Age:
+
Age:
${v.age}
-
Current Country of Residence:
+
Current Country of Residence:
${v.country}
-
Job:
+ Job:
${v.job}
-
Bio:
+
Bio:
${v.bio}
`;
console.log(d.val());