2026-02-02 07:38:35 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
2026-04-10 04:56:18 +02:00
< meta property = "og:description" content = "SplatNet is an online service enabling interaction between players of Splatoon. Players can recruit others to play with them and check the play information and ranking of their friends." / >
2026-02-02 07:38:35 +01:00
< title > SplatNet - Splatoon's multiplayer service hub< / title >
2026-03-23 04:22:09 +01:00
< meta name = "description" content = "A hub for player interaction for the Nintendo Wii U game Splatoon." / >
< meta property = "og:site_name" content = "SplatNet" / >
< meta property = "og:title" content = "SplatNet - Splatoon's multiplayer service hub" / >
< meta property = "og:type" content = "website" / >
< meta property = "og:description" content = "A hub for player interaction for the Nintendo Wii U game Splatoon." / >
2026-03-23 04:35:17 +01:00
< meta property = "og:image" content = "https://git.crafterpika.cc/kittentm/splatnet/raw/branch/main/assets/en/facebook_image-f7cbb3f4687a632cf0a44be1e68a7676dbb52eaf2ebc4b207522418825078203.jpg" / >
2026-03-23 04:22:09 +01:00
< meta content = "SplatNet" name = "apple-mobile-web-app-title" / >
2026-02-02 07:38:35 +01:00
< link rel = "icon" href = "../favicon.ico" type = "image/x-icon" / >
2026-03-08 07:34:21 +01:00
< link rel = "stylesheet" href = "styles.css" / >
2026-03-18 21:13:52 +01:00
< script src = "/assets/jquery-1.9.1.js" > < / script >
2026-02-07 00:51:33 +01:00
< script src = "/assets/general.js" > < / script >
2026-02-02 07:38:35 +01:00
< / head >
< body >
< div id = "header-container" > < / div >
< div id = "squid-container" >
< canvas id = "squid-canvas" width = "1920" height = "1080" > < / canvas >
< / div >
< div id = "loading-overlay" class = "loading-overlay" >
< canvas id = "loading-canvas" width = "100" height = "100" > < / canvas >
2026-02-03 05:13:31 +01:00
< div id = "loading-text" >
< img src = "/assets/en/svg/text/wait/tx_loading-dccf3fb801ca859f2d17992f5cd7da62995c1fe81a306dd103398ef7c0e25b70.svg" alt = "Loading" >
< / div >
2026-02-02 07:38:35 +01:00
< / div >
2026-03-08 07:34:21 +01:00
< div class = "main-wrapper" >
2026-02-04 05:01:19 +01:00
< div class = "content" >
2026-03-18 21:13:52 +01:00
< div class = "header-flex-row" >
< div class = "logo-left-align" >
< div id = "stage-header-logo" >
< img class = "bg-layer" src = "../assets/en/svg/ui/bg_h1-62e768f2a1ca52f993b5953c78d46bc53b35b70df7f8e13619a982f8f10ab750.svg" >
< img class = "icon-layer" src = "../assets/en/svg/ui/ico_equipment-40943361040a3d62c745a21d1a1fa95794c851f378e11334f2dc6c1cc81b4984.svg" >
< img class = "label-layer" src = "../assets/en/svg/text/scene/equipment/tx_equipment-ea02b805bb9aec4677fb4a4629f515d402822e8eed1f3fcc524336fe3c813fee.svg" >
< / div >
< div class = "equipmentsubtitle-text" >
Check out the gear and weapons you had equipped while playing online!
< / div >
2026-02-04 05:01:19 +01:00
< / div >
2026-03-18 21:13:52 +01:00
< div class = "splat-info-box" > < / div >
2026-02-04 05:01:19 +01:00
< / div >
2026-03-18 21:13:52 +01:00
< div class = "stages-container" id = "stages-container" > < / div >
2026-02-04 05:01:19 +01:00
< / div >
2026-03-08 07:34:21 +01:00
< / div >
2026-02-07 00:51:33 +01:00
< script src = "equipment.js" > < / script >
2026-02-02 07:38:35 +01:00
< / body >
< / html >