diff --git a/database.json b/database.json new file mode 100644 index 0000000..d51722d --- /dev/null +++ b/database.json @@ -0,0 +1,13 @@ +{ + "users": [ + { + "email": "test@test", + "password": "test", + "joinedAt": "2026-01-30T09:47:19.314Z", + "username": "Test", + "bio": "test", + "avatar": "https://i.pravatar.cc/150?img=12" + } + ], + "posts": [] +} \ No newline at end of file diff --git a/index.html b/index.html index 4829328..83db187 100644 --- a/index.html +++ b/index.html @@ -321,7 +321,7 @@
- +