diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-03-29 22:05:35 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-03-29 22:05:35 +0100 |
commit | 5860551daa0f60103ad24e93da29f401a653f144 (patch) | |
tree | 9ad97e04152a6edc11d5096c87880978df39086a /eol.php | |
parent | a51979ad60074db84af78a06d30fcb888ccb0b03 (diff) | |
download | pluralconnect-5860551daa0f60103ad24e93da29f401a653f144.tar.gz pluralconnect-5860551daa0f60103ad24e93da29f401a653f144.tar.bz2 pluralconnect-5860551daa0f60103ad24e93da29f401a653f144.zip |
Updated 20 files, added 6 files, deleted 144 files and renamed .idea/ponycule.iml (automated)
Diffstat (limited to 'eol.php')
-rw-r--r-- | eol.php | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Bootstrap demo</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> + +<br> +<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> +</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> |