diff options
author | RaindropsSys <contact@minteck.org> | 2023-05-14 14:02:50 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-05-14 14:02:50 +0200 |
commit | a98bafed63f9322d54422861521c0c3c5d110d9a (patch) | |
tree | ca86cd09fd85055f8eb1ccfef10d8ed24c447145 /pages/api/chrome.php | |
parent | 926714a89d3dcc2976228b9f0039a34b1e18f5e6 (diff) | |
download | pluralconnect-a98bafed63f9322d54422861521c0c3c5d110d9a.tar.gz pluralconnect-a98bafed63f9322d54422861521c0c3c5d110d9a.tar.bz2 pluralconnect-a98bafed63f9322d54422861521c0c3c5d110d9a.zip |
Updated 7 files and added 4 files (automated)
Diffstat (limited to 'pages/api/chrome.php')
-rw-r--r-- | pages/api/chrome.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/api/chrome.php b/pages/api/chrome.php index c50599a..db32511 100644 --- a/pages/api/chrome.php +++ b/pages/api/chrome.php @@ -33,7 +33,7 @@ if (!isset($_GET["t"])) { <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="icon" href="https://git.equestria.dev/repo-avatars/1c0dad449a8e21ad16fa0efb1426c1a3301b1f26a8cb3b3902eec88bb568e34c" type="image/png"> + <link rel="icon" href="https://git.equestria.dev/equestria.dev/luna/raw/branch/mane/icons/logo.png" type="image/png"> <title>Luna for Chrome OS</title> <style> html, body { @@ -55,7 +55,7 @@ if (!isset($_GET["t"])) { <body> <div style="max-width: 65vw; margin-left: auto; margin-right: auto; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center;"> <div> - <img src="https://git.equestria.dev/repo-avatars/1c0dad449a8e21ad16fa0efb1426c1a3301b1f26a8cb3b3902eec88bb568e34c" width="128px"> + <img src="https://git.equestria.dev/equestria.dev/luna/raw/branch/mane/icons/logo.png" width="128px"> <h1>Please login to Cold Haze</h1> <p>To proceed with activating Luna on this Chromebook, you need to login to Cold Haze. You also need to make sure you properly enroled this computer into Chrome Enterprise.</p> <button onclick='window.open("https://ponies.equestria.horse/-/login/?return=/api/close&mini", "_blank", "popup,top=100,width=100,height:250")' style="cursor: pointer; background: #5958ad; color: white; border: none; padding: 5px 10px; border-radius: 5px;">Login</button> |