diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-03-30 23:40:33 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-03-30 23:40:33 +0100 |
commit | 6b796258d413f00e498ce7f80f73a9f6c061f29c (patch) | |
tree | 49e64a5dd4cde2acff7f0a93ed3f8e20e1cb2dc8 /eol.php | |
parent | 5860551daa0f60103ad24e93da29f401a653f144 (diff) | |
download | pluralconnect-6b796258d413f00e498ce7f80f73a9f6c061f29c.tar.gz pluralconnect-6b796258d413f00e498ce7f80f73a9f6c061f29c.tar.bz2 pluralconnect-6b796258d413f00e498ce7f80f73a9f6c061f29c.zip |
Updated 5 files, added 2 files, deleted 495 files and renamed 7 files (automated)
Diffstat (limited to 'eol.php')
-rw-r--r-- | eol.php | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Bootstrap demo</title> + <title>Ponycule</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> </head> <body> @@ -12,10 +12,9 @@ <div class="container"> <h1>Ponycule: The End</h1> <p>We now have discontinued the Ponycule website since it was left unused and was serving mostly just as a hub for third-party integrations. Integrations consuming Ponycule data are still functional and will remain functional. If you were an old Ponycule administrator and wish to get access to your data, please contact Raindrops immediately.</p> - <p><a href="https://dash.pluralkit.me/profile/s/hrbom?tab=members&view=list" target="_blank">View Moonglow on PluralKit</a> · <a href="https://dash.pluralkit.me/profile/s/gdapd?tab=members&view=list" target="_blank">View Raindrops on PluralKit</a> · <a href="https://source.equestria.dev/equestria.dev/ponycule/-/tree/a51979ad60074db84af78a06d30fcb888ccb0b03" target="_blank">Ponycule source archive</a> · <a href="https://source.equestria.dev/equestria.dev/ponycule" target="_blank">New Ponycule code</a></p> + <p>This page will go offline on April 30th 2024 at 8pm UTC.</p> + <p><a href="https://dash.pluralkit.me/profile/s/hrbom?tab=members&view=list" target="_blank">View Moonglow on PluralKit</a> · <a href="https://dash.pluralkit.me/profile/s/gdapd?tab=members&view=list" target="_blank">View Raindrops on PluralKit</a> · <a href="https://source.equestria.dev/equestria.dev/ponycule/-/tree/a51979ad60074db84af78a06d30fcb888ccb0b03" target="_blank">Ponycule source archive</a> · <a href="https://source.equestria.dev/equestria.dev/ponycule" target="_blank">New Ponycule (Plural Connect) code</a></p> </div> -<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> - </body> </html> |