From c113ce5482159f3507bbb63fd35d2cadb6236e9f Mon Sep 17 00:00:00 2001 From: M1n <54779580+M1n-74316D65@users.noreply.github.com> Date: Thu, 18 Jul 2024 05:01:37 +0200 Subject: [PATCH] feat: :sparkles: add my page --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3716694..6b48ada 100644 --- a/index.html +++ b/index.html @@ -50,16 +50,17 @@ ['t', { name: 'Twitch', url: 'https://www.twitch.tv' }], // ['aud', { name: 'Audible', url: 'https://www.audible.com/' }], ['n', { name: 'Hacker News', url: 'https://news.ycombinator.com' }], - ['d', { name: 'DeepL', url: 'https://www.deepl.com/es/translator' }], - ['f', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }], ['i', { name: 'Pico.sh', suggestions: ['i/local'], url: 'https://pico.sh/' }], ['i/local', { url: 'http://localhost:1337/' }], + ['f', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }], + ['r', { name: 'Render', url: 'https://dashboard.render.com/' }], ['c', { name: 'ChatGPT', url: 'https://chat.openai.com/' }], - ['m', { name: 'Morphic', url: 'https://www.morphic.sh/' }], + // ['m', { name: 'Morphic', url: 'https://www.morphic.sh/' }], ['s', { name: 'Server', url: 'http://192.168.1.139/#' }], ['0', { name: 'Local', url: 'http://localhost:3000' }], // ['0:54323', { url: 'http://localhost:54323' }], // ['0:54324', { url: 'http://localhost:54324' }], + ['m', { name: 'M1n', url: 'https://m1n.land/' }], ]);