Discover AT Protocol alternatives to popular social media platforms -- https://aternative.to/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move footer to main div

+6 -6
+6 -6
index.html
··· 176 176 </a> 177 177 </div> 178 178 </div> 179 + <footer> 180 + <div class="flex-1 mt-8"> 181 + <p class="text-center">Made by <a href=https://bsky.app/profile/cat.from.legal>@cat.from.legal</a></p> 182 + <p class="text-center mb-2"><a href=https://tangled.org/@cat.from.legal/ATernative.to>Submit new platform suggestions and bug reports on Tangled.</a></p> 183 + </div> 184 + </footer> 179 185 </div> 180 - <footer> 181 - <div class="flex-1 mt-8"> 182 - <p class="text-center">Made by <a href=https://bsky.app/profile/cat.from.legal>@cat.from.legal</a></p> 183 - <p class="text-center mb-2"><a href=https://tangled.org/@cat.from.legal/ATernative.to>Submit new platform suggestions and bug reports on Tangled.</a></p> 184 - </div> 185 - </footer> 186 186 </body> 187 187 </html>