update links
This commit is contained in:
parent
0947f31b01
commit
6464d819e8
@ -10,7 +10,10 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="center disable-select">
|
<div class="center disable-select">
|
||||||
<img src="https://shilohcode.com/shiloh-logo-white-1.png" width="200" />
|
<img
|
||||||
|
src="https://shilohcode.com/assets/shiloh-logo-white-1.png"
|
||||||
|
width="200"
|
||||||
|
/>
|
||||||
<div class="time-container"><time class="clock" id="clock"></time></div>
|
<div class="time-container"><time class="clock" id="clock"></time></div>
|
||||||
|
|
||||||
<p>no announcements</p>
|
<p>no announcements</p>
|
||||||
|
|||||||
44
js/config.js
44
js/config.js
@ -37,7 +37,7 @@ const CONFIG = {
|
|||||||
category: "my accounts",
|
category: "my accounts",
|
||||||
name: "meet",
|
name: "meet",
|
||||||
key: "mtg",
|
key: "mtg",
|
||||||
url: "https://remnant.chat",
|
url: "https://jitsi.remnant.chat",
|
||||||
color: "#5682a3",
|
color: "#5682a3",
|
||||||
icon: "meet",
|
icon: "meet",
|
||||||
quickLaunch: false,
|
quickLaunch: false,
|
||||||
@ -61,15 +61,23 @@ const CONFIG = {
|
|||||||
quickLaunch: false,
|
quickLaunch: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
category: "my accounts",
|
category: "dev",
|
||||||
name: "secure share",
|
name: "share secrets",
|
||||||
key: "sh",
|
key: "sh",
|
||||||
url: "https://send.lasthourhosting.org",
|
url: "https://yopass.se/",
|
||||||
|
color: "#7289da",
|
||||||
|
icon: "share",
|
||||||
|
quickLaunch: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
category: "dev",
|
||||||
|
name: "share files",
|
||||||
|
key: "sh",
|
||||||
|
url: "https://wormhole.app/",
|
||||||
color: "#7289da",
|
color: "#7289da",
|
||||||
icon: "share",
|
icon: "share",
|
||||||
quickLaunch: false,
|
quickLaunch: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
category: "dev",
|
category: "dev",
|
||||||
name: "githaven",
|
name: "githaven",
|
||||||
@ -82,28 +90,18 @@ const CONFIG = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
category: "dev",
|
category: "dev",
|
||||||
name: "lasthour",
|
name: "last hour hosting",
|
||||||
key: "hc",
|
key: "hc",
|
||||||
url: "https://console.lasthourhosting.org",
|
url: "https://my.lasthourhosting.org",
|
||||||
search: "/search?q={}",
|
search: "/search?q={}",
|
||||||
color: "linear-gradient(135deg, #53341C, #F48024)",
|
color: "linear-gradient(135deg, #53341C, #F48024)",
|
||||||
icon: "lasthour",
|
icon: "lasthour",
|
||||||
quickLaunch: true,
|
quickLaunch: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
category: "dev",
|
|
||||||
name: "stackoverflow",
|
|
||||||
key: "stack",
|
|
||||||
url: "https://stackoverflow.com",
|
|
||||||
search: "/search?q={}",
|
|
||||||
color: "linear-gradient(135deg, #53341C, #F48024)",
|
|
||||||
icon: "stackoverflow",
|
|
||||||
quickLaunch: false,
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
category: "dev",
|
category: "dev",
|
||||||
name: "huggingchat",
|
name: "ai tools",
|
||||||
key: "hc",
|
key: "hc",
|
||||||
url: "https://huggingface.co/chat/",
|
url: "https://huggingface.co/chat/",
|
||||||
search: "/search?q={}",
|
search: "/search?q={}",
|
||||||
@ -111,6 +109,16 @@ const CONFIG = {
|
|||||||
icon: "huggingchat",
|
icon: "huggingchat",
|
||||||
quickLaunch: true,
|
quickLaunch: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
category: "dev",
|
||||||
|
name: "crm",
|
||||||
|
key: "crm",
|
||||||
|
url: "https://crm.shilohcode.com",
|
||||||
|
search: "/search?q={}",
|
||||||
|
color: "linear-gradient(135deg, #53341C, #F48024)",
|
||||||
|
icon: "share",
|
||||||
|
quickLaunch: true,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
category: "Uptime",
|
category: "Uptime",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user