2023-11-03 07:52:00 -05:00
<!DOCTYPE html>
< html >
< head >
2024-07-31 23:13:48 -05:00
< meta charset = "UTF-8" >
2024-10-19 13:44:20 -05:00
< title > synth download!< / title >
2024-10-28 22:55:31 -05:00
< link rel = "icon" type = "image/png" href = "/assets/favicon.png" >
2024-09-28 00:43:55 -05:00
< link rel = "stylesheet" type = "text/css" href = "/colors.css" >
< link rel = "stylesheet" type = "text/css" href = "/font.css" >
2025-02-18 00:58:30 -06:00
< link rel = "stylesheet" type = "text/css" href = "/tabler.css" >
2024-09-10 04:32:29 -05:00
< link rel = "stylesheet" type = "text/css" href = "/style.css" >
2024-10-19 13:44:20 -05:00
< link rel = "stylesheet" type = "text/css" href = "/site.css" >
2024-12-10 21:32:41 -06:00
< link rel = "canonical" href = "https://synth.download/" >
2024-11-01 01:30:41 -05:00
< link rel = "me" href = "https://booping.synth.download/@sneexy" >
< link rel = "me" href = "https://beeping.synth.download/@sneexy" >
2024-07-31 23:13:48 -05:00
< link rel = "me" href = "https://git.gay/sneexy" >
2024-05-22 08:57:04 -05:00
< meta lang = "en-US" >
2024-12-10 21:32:41 -06:00
< meta property = "og:url" content = "https://synth.download/" >
2023-11-05 22:29:29 -06:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2025-02-27 14:23:39 -06:00
< script src = "/script.js" > < / script >
2023-11-03 07:52:00 -05:00
< / head >
< body >
2024-08-11 13:44:26 -05:00
<!-- top navbar -->
< div class = "navbar" >
2025-02-18 00:58:30 -06:00
< a class = "nav-base nav-baselink" href = "/" > < span class = "tabler--grid-dots" > < / span > synth download!< / a >
2024-10-01 11:03:06 -05:00
< details class = "nav-base nav-baselink-mobile" >
2025-02-18 00:58:30 -06:00
< summary > < span class = "tabler--grid-dots" > < / span > s < div class = "dot" style = "background-color: var(--ayu-e-bg) !important;" > < / div > d!< / summary >
2024-12-09 01:32:59 -06:00
< ul >
2024-10-01 11:03:06 -05:00
< li >
2025-02-18 00:58:30 -06:00
< a href = "/" > < span class = "tabler--home" > < / span > home< / a >
2024-10-01 11:03:06 -05:00
< / li >
2024-10-19 13:44:20 -05:00
< li >
2025-02-18 00:58:30 -06:00
< a href = "/me" > < span class = "tabler--user" > < / span > about me< / a >
2024-10-19 13:44:20 -05:00
< / li >
2024-10-01 11:03:06 -05:00
< li >
2025-02-18 00:58:30 -06:00
< a href = "/blog" > < span class = "tabler--article" > < / span > blog< / a >
2024-10-01 11:03:06 -05:00
< / li >
< li >
2025-02-18 00:58:30 -06:00
< a href = "/me#links" > < span class = "tabler--link" > < / span > links< / a >
2024-10-01 11:03:06 -05:00
< / li >
< / ul >
< / details >
2024-08-11 13:44:26 -05:00
< nav class = "nav-base nav-links" >
2025-02-18 00:58:30 -06:00
< a href = "/" > < span class = "tabler--home" > < / span > home< / a >
2024-12-10 15:41:28 -06:00
< div class = "dot" > < / div >
2025-02-18 00:58:30 -06:00
< a href = "/me" > < span class = "tabler--user" > < / span > about me< / a >
2024-12-10 15:41:28 -06:00
< div class = "dot" > < / div >
2025-02-18 00:58:30 -06:00
< a href = "/blog" > < span class = "tabler--article" > < / span > blog< / a >
2024-12-10 15:41:28 -06:00
< div class = "dot" > < / div >
2025-02-18 00:58:30 -06:00
< a href = "/me#links" > < span class = "tabler--link" > < / span > links< / a >
2024-08-11 13:44:26 -05:00
< / nav >
2024-12-08 04:24:22 -06:00
< p aria-hidden = "true" class = "nav-base nav-systray" >
2025-02-18 00:58:30 -06:00
< span class = "tabler--bell" > < / span >
< span class = "tabler--volume" > < / span >
< span class = "tabler--wifi" > < / span >
< span class = "tabler--battery-filled" > < / span >
2024-12-08 04:24:22 -06:00
< / p >
2024-08-11 13:44:26 -05:00
< / div >
2024-10-19 22:45:40 -05:00
<!-- simple site introduction -->
2024-12-24 00:49:48 -06:00
< details open id = "site" class = "window" >
< summary aria-hidden = "true" >
2025-02-24 00:41:23 -06:00
< div >
< span class = "tabler--message-chatbot" > < / span >
< / div >
2024-12-24 00:49:48 -06:00
< a href = "#site" > welcome!< / a >
< div >
2025-02-24 00:41:23 -06:00
< span class = "tabler--minimize" > < / span >
< span class = "tabler--maximize" > < / span >
< / div >
< div >
< span class = "tabler--x" > < / span >
2024-12-24 00:49:48 -06:00
< / div >
< / summary >
2024-05-22 08:57:04 -05:00
< section >
2024-10-28 22:55:31 -05:00
< p > hey! welcome to< / p >
< img id = "logo" loading = "lazy" src = "/assets/synth-download.webp" alt = "synth.download" / >
2024-11-20 00:08:40 -06:00
< p > this is a website managed by < a href = "/me" > sneexy< / a > with some things hosted here and there for friends.< / p >
2025-02-24 00:50:22 -06:00
< p > most services here are public facing, anything that requires registration is most likely only for friends of mine.< / p >
2025-02-24 00:56:16 -06:00
< p > we currently run < a href = "https://reddit.synth.download" style = "padding: .2rem; color: var(--ayu-s-markup); background-color: color-mix(in srgb, var(--ayu-s-markup) 20%, transparent); border-radius: .2rem;" > redlib< / a > , < a href = "https://beeping.synth.download" style = "padding: .2rem; color: var(--ayu-s-tag); background-color: color-mix(in srgb, var(--ayu-s-tag) 20%, transparent); border-radius: .2rem;" > iceshrimp< / a > and < a href = "https://booping.synth.download" style = "padding: .2rem; color: var(--ayu-s-entity); background-color: color-mix(in srgb, var(--ayu-s-entity) 20%, transparent); border-radius: .2rem;" > sharkey< / a > .< / p >
2024-05-22 08:57:04 -05:00
< / section >
2024-12-24 00:49:48 -06:00
< / details >
2024-06-05 00:30:27 -05:00
2024-04-19 22:23:49 -05:00
<!-- buttons -->
2024-12-24 00:49:48 -06:00
< details open id = "buttons" class = "window" >
< summary aria-hidden = "true" >
2025-02-24 00:41:23 -06:00
< div >
< span class = "tabler--link" > < / span >
< / div >
2024-12-24 00:49:48 -06:00
< a href = "#buttons" > buttons< / a >
< div >
2025-02-24 00:41:23 -06:00
< span class = "tabler--minimize" > < / span >
< span class = "tabler--maximize" > < / span >
< / div >
< div >
< span class = "tabler--x" > < / span >
2024-12-24 00:49:48 -06:00
< / div >
< / summary >
2024-05-22 08:57:04 -05:00
< section >
2024-12-24 00:49:48 -06:00
< span style = "color: var(--ayu-error);" > if any are broken and/or missing, poke me.< / span >
2024-12-09 01:32:59 -06:00
< p style = "text-align: center;" > friends!< / p >
2024-12-24 00:49:48 -06:00
< div class = "buttons" >
2025-02-27 14:23:39 -06:00
< a href = "https://23sonics.zone" > < img src = "/assets/buttons/friends/23sonics.gif" alt = "23Sonics" > < / a >
< a href = "https://autumn.town" > < img src = "/assets/buttons/friends/autumn.webp" alt = "Autumn Town Café" > < / a >
< a href = "https://av70.neocities.org" > < img src = "/assets/buttons/friends/av70.gif" alt = "av70" > < / a >
< a href = "https://benjae.nekoweb.org" > < img src = "/assets/buttons/friends/benjae.png" alt = "benjae" > < / a >
< a href = "https://birdcat.online" > < img src = "/assets/buttons/friends/birdcat.gif" alt = "birdcat dot online" > < / a >
< a href = "https://blueb.pages.gay" > < img src = "/assets/buttons/friends/harper.png" alt = "harper" > < / a >
< a href = "https://david.garden" > < img src = "/assets/buttons/friends/david.png" alt = "david wolfpaw" > < / a >
< a href = "https://doskel.net" > < img width = "88" height = "31" src = "/assets/buttons/friends/doskel.png" alt = "doskel" > < / a >
< a href = "https://dragon-vi.be" > < img src = "/assets/buttons/friends/sirlan.png" alt = "sirlain" > < / a >
< a href = "https://drakonic.zone" > < img src = "/assets/buttons/friends/drakonic.gif" alt = "DRAKONIC" > < / a >
< a href = "https://egg.l5.ca" > < img src = "/assets/buttons/friends/enderman0125.gif" alt = "enderman0125" > < / a >
< a href = "https://exlitry.world" > < img src = "/assets/buttons/friends/exlitry.world.gif" alt = "exlitry.world" > < / a >
< a href = "https://floof.gay" > < img src = "/assets/buttons/friends/oli.svg" alt = "oli" > < / a >
< a href = "https://freeplay.floof.company" > < img src = "/assets/buttons/friends/freeplay.gif" alt = "Freeplay" > < / a >
< a href = "https://girlthi.ng/~thermia" > < img src = "/assets/buttons/friends/thermia.gif" alt = "~thermia" > < / a >
< a href = "https://home.dracol.ing" > < img src = "/assets/buttons/friends/dracoling.gif" alt = "dracoling" > < / a >
< a href = "https://invoxiplaygames.uk" > < img src = "/assets/buttons/friends/ipg.png" alt = "InvoxiPlayGames" > < / a >
< a href = "https://jack.cab" > < img src = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAfBAMAAACR5hfTAAAAGFBMVEUAAAB3dnuamZbJuKfAv7zYxbPe1Mre3dqiErpIAAAA2UlEQVQ4y7WTUQqDQAxEFz88Qr/DUNrfglcQe4BeYCvtHKAU9vpNdlVQa9mFmo8YlucwGYhz/6yabLJhKnwpgZsiOFeaPW7Z0uyPzwIYODEbbtud4Pv7eshXfp0LbISwk2cGMB9GyIZrU/aLN/9tTIWVwJ4wzZruYqPxFURBbYjTDNZjo12ctzEKAvqDNlhbwCqokjVrPwg7SKW69sHas8JxjMKVjI6xtD3YYDr+CU425jAnGwn2EyzuBxw964KdbHqmhTBL4yGbaUSbtMXGnDsZchasc/5/fQBe10j9sWqcbgAAAABJRU5ErkJggg==" alt = "Jack" > < / a > <!-- thanks jack -->
< a href = "https://keithhacks.cyou" > < img src = "/assets/buttons/friends/keith.gif" alt = "~keith" > < / a >
2025-03-01 00:41:21 -06:00
< a href = "https://kraafter.me" > < img src = "/assets/buttons/friends/kraafter.png" alt = "kraafter" > < / a >
2025-02-27 14:23:39 -06:00
< a href = "https://kyropy.neocities.org" > < img src = "/assets/buttons/friends/kyropy.svg" alt = "Kyropy" > < / a >
< a href = "https://larsfrommars.neocities.org" > < img src = "/assets/buttons/friends/lars.png" alt = "Lars from Mars" > < / a >
< a href = "https://madz258.top" > < img src = "/assets/buttons/friends/madz.gif" alt = "Madz258" > < / a >
< a href = "https://melontini.me" > < img src = "/assets/buttons/friends/melontini.png" alt = "melontini" > < / a >
< a href = "https://micenest.xyz" > < img src = "/assets/buttons/friends/micenest.png" alt = "Mice Nest" > < / a >
< a href = "https://micro.pages.gay" > < img src = "/assets/buttons/friends/micro.png" alt = "micro" > < / a >
< a href = "https://neil.cyrneko.eu" > < img src = "/assets/buttons/friends/neil.png" alt = "Nelson & Neil" > < / a >
< a href = "https://notfire.cc" > < img src = "/assets/buttons/friends/notfire.gif" alt = "notfire" > < / a >
< a href = "https://odoben.space" > < img src = "/assets/buttons/friends/odoben.png" alt = "Odoben" > < / a >
< a href = "https://ofplayers.net" > < img src = "/assets/buttons/friends/millions.png" alt = "Millions" > < / a >
< a href = "https://pancakes.gay" > < img src = "/assets/buttons/friends/pancakes.png" alt = "pancakes" > < / a >
< a href = "https://pquirrel.neocities.org" > < img src = "/assets/buttons/friends/pquirrel.png" alt = "pquirrel" > < / a >
< a href = "https://rarf.zone" > < img src = "/assets/buttons/friends/rarf-zone.png" alt = "rarf dot zone" > < / a >
< a href = "https://rexogamer.github.io" > < img src = "/assets/buttons/friends/rexo.png" alt = "Rexo" > < / a >
< a href = "https://shiver-j.neocities.org" > < img src = "/assets/buttons/friends/shiverj.png" alt = "Shiver J." > < / a >
< a href = "https://sleepy.ink" > < img src = "/assets/buttons/friends/sleepy.png" alt = "Gavi/sleepy.ink" > < / a >
< a href = "https://smolderg.xyz" > < img src = "/assets/buttons/friends/theysosmall.png" alt = "smolderg/Therra" > < / a >
< a href = "https://softkittypa.ws" > < img src = "/assets/buttons/friends/lexi.png" alt = "Lexi" > < / a >
< a href = "https://sophari.org" > < img src = "/assets/buttons/friends/sophari.gif" alt = "sophie" > < / a >
< a href = "https://sterophonick.github.io" > < img src = "/assets/buttons/friends/sterophonick.gif" alt = "Atapi" > < / a >
< a href = "https://sweetcoffy.pages.gay" > < img src = "/assets/buttons/friends/sweetcoffy.png" alt = "SweetCoffy" > < / a >
< a href = "https://thecrafters001.com" > < img src = "/assets/buttons/friends/tc001.png" alt = "TheCrafters001" " > < / a >
< a href = "https://tobskep.com" > < img src = "/assets/buttons/friends/tobskep.gif" alt = "tobskep" > < / a >
< a href = "https://unnick.mice.tel" > < img src = "/assets/buttons/friends/unnick.png" alt = "unnick" > < / a >
< a href = "https://volpeon.ink" > < img src = "/assets/buttons/friends/volpeon.svg" alt = "Volpeon" > < / a >
< a href = "https://vore.media" > < img src = "/assets/buttons/friends/tika.png" alt = "Tika" > < / a >
< a href = "https://w.on-t.work" > < img src = "/assets/buttons/friends/wontwork.png" alt = "Won't Work!/kopper" > < / a >
< a href = "https://winter.entities.org.uk" > < img src = "/assets/buttons/friends/winter.png" alt = "winter" > < / a >
2024-04-19 22:23:49 -05:00
< / div >
2024-12-09 01:32:59 -06:00
< p style = "text-align: center;" > < small > misc.< / small > < / p >
2024-04-19 22:23:49 -05:00
< div class = "buttons" >
<!-- software/browsers -->
2025-02-27 14:23:39 -06:00
< a href = "https://www.mozilla.org/en-US/firefox/new" > < img src = "/assets/buttons/software/firefox.png" alt = "Get Firefox" > < / a >
< a href = "https://ublockorigin.com" > < img src = "/assets/buttons/software/ublockoriginnow.png" alt = "uBlock Origin Now!" > < / a >
< a href = "https://github.com/yokoffing/BetterFox" > < img src = "/assets/buttons/software/betterfoxnow.png" alt = "Betterfox Now!" > < / a >
2024-04-19 22:23:49 -05:00
<!-- download sites -->
2025-02-27 14:23:39 -06:00
< a href = "https://hshop.erista.me" > < img src = "/assets/buttons/downloads/3ds.png" alt = "Nintendo 3DS" > < / a >
< a href = "https://myrient.erista.me" > < img src = "/assets/buttons/downloads/wii.png" alt = "Nintendo Wii" > < / a >
< a href = "https://modarchive.org" > < img src = "/assets/buttons/downloads/modarchive.gif" alt = "The Mod Archive" > < / a >
< a href = "https://www.slsknet.org" > < img src = "/assets/buttons/downloads/soulseek.gif" alt = "Soulseek" > < / a >
< a href = "https://www.slsknet.org" > < img src = "/assets/buttons/downloads/archive.gif" alt = "Internet Archive" > < / a >
2024-04-19 22:23:49 -05:00
<!-- cool sites -->
2025-02-27 14:23:39 -06:00
< a href = "https://jointhefediverse.net" > < img src = "/assets/buttons/sites/fediverse.png" alt = "Join the Fediverse" > < / a >
< a href = "https://besties.house" > < img src = "https://besties.house/buttons/besties.gif" alt = "besties" > < / a >
< a href = "https://constellatory.net" > < img src = "https://constellatory.net/assets/button.png" alt = "Constellatory" > < / a >
< a href = "https://redscientist.com/rtc" > < img src = "/assets/buttons/sites/rtcv.png" alt = "Real-Time Corruptor Vanguard" > < / a >
< a href = "https://homestarrunner.com/main" > < img src = "/assets/buttons/sites/homestar.gif" alt = "Homestar Runner" > < / a >
< a href = "https://www.web3isgoinggreat.com" > < img src = "/assets/buttons/sites/nft.gif" alt = "NFT: No Fucking Thanks! (Web3 Is Just Going Great)" > < / a >
2024-04-19 22:23:49 -05:00
<!-- rest goes below here -->
2025-02-27 14:23:39 -06:00
< img src = "/assets/buttons/random/gay.gif" alt = "Gay" >
< img src = "/assets/buttons/random/mlm.png" alt = "Man-loving-man" >
< img src = "/assets/buttons/random/oktopirate.gif" alt = "It's morally okay to pirate from triple-A" >
< img src = "/assets/buttons/random/builteatingcheezit.gif" alt = "Built Eating Cheez-IT" >
< img src = "/assets/buttons/random/bunnybrowser.gif" alt = "Bunny Browser" >
< img src = "/assets/buttons/random/ravenow.gif" alt = "Rave Now!" >
< img src = "/assets/buttons/random/c4y.gif" alt = "Crazy For Yoshis" >
< img src = "/assets/buttons/random/yoshilore.gif" alt = "Yoshi Lore" >
< img src = "/assets/buttons/random/tucows.gif" alt = "Tucows" >
< a href = "https://drive.massgrave.dev/en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso" > < img src = "/assets/buttons/random/xp.gif" alt = "Windows XP" > < / a >
< a href = "https://youtu.be/WfYyBp4Ln2s" > < img src = "/assets/buttons/random/doinyourmom.gif" alt = "Doin Your Mom!" > < / a >
< a href = "https://www.youtube.com/@ScottTheWoz" > < img src = "/assets/buttons/random/scotthere.gif" alt = "Hey all, Scott here!" > < / a >
2024-04-19 22:23:49 -05:00
< / div >
2024-12-24 00:49:48 -06:00
< p style = "text-align: center;" > < small > < span style = "color: var(--ayu-v-added);" > me!< / span > (click to copy html)< / small > < / p >
2024-09-22 01:05:55 -05:00
< div class = "buttons" >
2025-02-27 15:31:29 -06:00
< button style = "cursor: pointer; background: unset; border-width: 0px; padding: 0px; display: inline-flex;" onclick = "copyButtonSynthDownload()" >
< img src = "/assets/buttons/synth.download.svg" alt = "Synth.Download!" >
< / button >
< button style = "cursor: pointer; background: unset; border-width: 0px; padding: 0px; display: inline-flex;" onclick = "copyButtonSneexy()" >
2025-02-27 14:23:39 -06:00
< img src = "/assets/buttons/sneexy.svg" alt = "Sneexy" >
2024-09-22 01:05:55 -05:00
< / button >
< / div >
2024-05-22 08:57:04 -05:00
< / section >
2024-12-24 00:49:48 -06:00
< / details >
2024-04-19 17:16:50 -05:00
2024-04-19 22:23:49 -05:00
<!-- webrings and credits -->
2023-11-06 10:52:36 -06:00
< footer >
2024-12-24 00:49:48 -06:00
< details open id = "footer" class = "window" >
< summary aria-hidden = "true" >
< a href = "#footer" > footer< / a >
< / summary >
< section >
2025-02-27 14:23:39 -06:00
< p class = "fediring" > < b > < a href = "https://fediring.net/previous?host=synth.download" alt = "Previous" > < span class = "tabler--arrow-left" style = "pointer-events: none;" > < / span > < / a > < a href = "https://fediring.net" > Fediring< / a > < a href = "https://fediring.net/next?host=synth.download" alt = "Next" > < span class = "tabler--arrow-right" style = "pointer-events: none;" > < / span > < / a > < / b > < / p >
< p class = "fediring" > < b > < a href = "https://keithhacks.cyou/furryring.php?prev=synth.download" alt = "Previous" > < span class = "tabler--arrow-left" style = "pointer-events: none;" > < / span > < / a > < a href = "https://keithhacks.cyou/furryring.php" > furryring< / a > < a href = "https://keithhacks.cyou/furryring.php?next=synth.download" alt = "Next" > < span class = "tabler--arrow-right" style = "pointer-events: none;" > < / span > < / a > < / b > < / p >
< p class = "fediring" > < b > < a href = "https://stellophiliac.github.io/roboring/sneexy/previous" alt = "Previous" > < span class = "tabler--arrow-left" style = "pointer-events: none;" > < / span > < / a > < a href = "https://stellophiliac.github.io/roboring" > roboring< / a > < a href = "https://stellophiliac.github.io/roboring/sneexy/next" alt = "Next" > < span class = "tabler--arrow-right" style = "pointer-events: none;" > < / span > < / a > < / b > < / p >
2024-12-24 00:49:48 -06:00
< section class = "inner-footer" >
2025-02-27 14:23:39 -06:00
< a href = "https://git.gay/sneexy/pages" style = "background-color: color-mix(in srgb, var(--ayu-s-string) 25%, transparent); color: var(--ayu-s-string);" alt = "website source!" > < span class = "tabler--brand-git" style = "pointer-events: none;" > < / span > < / a >
< a href = "https://github.com/ayu-theme/ayu-colors" style = "background-color: color-mix(in srgb, var(--ayu-accent) 25%, transparent); color: var(--ayu-accent);" alt = "Ayu" > < span class = "tabler--palette" style = "pointer-events: none;" > < / span > < / svg > < / a >
< a href = "https://tabler.io" style = "background-color: color-mix(in srgb, var(--ayu-s-tag) 25%, transparent); color: var(--ayu-s-tag);" alt = "Tabler" > < span class = "tabler--brand-tabler" style = "pointer-events: none;" > < / span > < / a >
< a href = "https://www.jetbrains.com/lp/mono" style = "background-color: color-mix(in srgb, var(--ayu-v-added) 25%, transparent); color: var(--ayu-v-added);" alt = "JetBrains Mono" > < span class = "tabler--text-size" style = "pointer-events: none;" > < / span > < / a >
< a href = "https://www.lexend.com" style = "background-color: color-mix(in srgb, var(--ayu-v-removed) 25%, transparent); color: var(--ayu-v-removed);" alt = "Lexend" > < span class = "tabler--letter-case" style = "pointer-events: none;" > < / span > < / i > < / a >
2024-12-24 00:49:48 -06:00
< / section >
< p > made with < span class = "rainbow" > love< / span > , < span class = "rainbow" > lack of sleep< / span > and < span class = "rainbow" > procrastination< / span > < / p >
< p > ♡2024 All wrongs reversed. Please copy and share.< / p >
< img src = "/assets/dumpysynth.gif" alt = "GIF of a synth with a massive butt, shaking it towards the viewer" / >
2024-09-10 04:32:29 -05:00
< / section >
2024-12-24 00:49:48 -06:00
< / details >
2023-11-06 10:52:36 -06:00
< / footer >
2025-02-27 14:23:39 -06:00
<!-- element used for our alt popup -->
< div class = "alt-popup" id = "alt-popup" aria-hidden = "true" > < / div >
2023-11-03 07:52:00 -05:00
< / body >
2024-04-27 21:38:08 -05:00
< / html >