diff --git a/Client/.well-known/interverse b/Client/.well-known/interverse
index 0b0e87c..17a0aa7 100644
--- a/Client/.well-known/interverse
+++ b/Client/.well-known/interverse
@@ -1,30 +1,28 @@
{
"version": 0.1,
"name": "My website",
- "image":"",
+ "image": "",
"location": "https://my.website",
- "resources": [
- {
- "label": "RSS Feed",
- "icon": "",
- "location": "https://my.website.com/rss.xml",
- "description": "Stay up to date!"
- }
- ],
- "connection_groups":{
- "Group1":[
- "https://libresolutions.network"
- ],
- "Group2":["https://retroedge.tech"],
- "Group3":["https://small-web.org"]
+ "resources": [{
+ "label": "RSS Feed",
+ "icon": "",
+ "location": "https://my.website.com/rss.xml",
+ "description": ""
+ }],
+ "connection_groups": {
+ "Group1": [
+ "https://libresolutions.network"
+ ],
+ "Group2": ["https://retroedge.tech"],
+ "Group3": ["https://small-web.org"]
},
"connections": [
- "https://gabe.rocks",
- "https://codeberg.org"
+ "https://gabe.rocks",
+ "https://codeberg.org"
],
"contact": {
- "e-mail": "contact@https://my.website",
- "matrix": "@me:https://my.website",
- "fediverse": "@me@mastodon.social"
+ "e-mail": "contact@https://my.website",
+ "matrix": "@me:https://my.website",
+ "fediverse": "@me@mastodon.social"
}
- }
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/Client/index.html b/Client/index.html
index a2cbea9..199d157 100644
--- a/Client/index.html
+++ b/Client/index.html
@@ -1,12 +1,14 @@
+