Prep for Gemini
This commit is contained in:
10
auth/auth.js
10
auth/auth.js
@@ -240,6 +240,16 @@ const logout = () => {
|
||||
window.location.href = "/?msg=End%20Of%20Line.";
|
||||
};
|
||||
|
||||
const gemini = () => {
|
||||
Swal.fire({
|
||||
...SwalConfig,
|
||||
title: "Gemini",
|
||||
text: "Gemini is a new internet protocol which:",
|
||||
html:
|
||||
"<ul><li>Is heavier than gopher</li><li>Is lighter than the web</li><li>Will not replace either</li></ul>",
|
||||
});
|
||||
};
|
||||
|
||||
$(() => {
|
||||
// On Page Load
|
||||
// Override domain
|
||||
|
||||
Reference in New Issue
Block a user