forked from spacebar/SplatNet
96 lines
No EOL
4 KiB
HTML
96 lines
No EOL
4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
|
|
<meta content="width=device-width,minimum-scale=1, maximum-scale=1" name="viewport"/>
|
|
<meta content="telephone=no" name="format-detection"/>
|
|
<meta content="SplatNet" name="apple-mobile-web-app-title"/>
|
|
<meta content="SplatNet - Splatoon's multiplayer service hub" property="og:site_name"/>
|
|
<meta content="SplatNet - Splatoon's multiplayer service hub" property="og:title"/>
|
|
<meta content="website" property="og:type"/>
|
|
<meta 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." property="og:description"/>
|
|
<meta content="sign_in/index.html" property="og:url"/>
|
|
<meta content="https://git.crafterpika.cc/kittentm/splatnet/raw/branch/main/assets/en/facebook_image-f7cbb3f4687a632cf0a44be1e68a7676dbb52eaf2ebc4b207522418825078203.jpg" property="og:image"/>
|
|
<meta content="ja_JP" property="og:locale"/>
|
|
<meta content="en_US" property="og:locale:alternate"/>
|
|
<meta content="A hub for player interaction for the Nintendo Wii U game Splatoon." name="description"/>
|
|
<meta content="Nintendo, Wii U, Splatoon, Squid, SplatNet" name="keywords"/>
|
|
<title>SplatNet - Splatoon's multiplayer service hub</title>
|
|
<link href="../assets/application-b4c7459fc6df950ab76bf61ce3457179f3260b0e44b1a2ea9fc252bbbc13ac22.css" media="all" rel="stylesheet"/>
|
|
<script data-turbolinks-track="true" src="../assets/application-e247a417be83a666f78bb66e010996d13c08ed54ebc5174448e80be44628c6fd.js"></script>
|
|
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
|
|
</head>
|
|
<body>
|
|
<div class="ika-wrapper welcome">
|
|
<div class="geso-public">
|
|
<header>
|
|
<div class="icon-header-logo"></div>
|
|
</header>
|
|
<div class="tour">
|
|
<div style="overflow: hidden">
|
|
<div class="tour-screen m-scooch-inner">
|
|
<div class="tour-1 m-item"></div>
|
|
<div class="tour-2 m-item"></div>
|
|
<div class="tour-3 m-item"></div>
|
|
</div>
|
|
</div>
|
|
<a class="tour-prev hidden image-link" data-m-slide="prev" href="#">prev</a>
|
|
<a class="tour-next image-link" data-m-slide="next" href="#">next</a>
|
|
<div class="tour-bullet-wrapper">
|
|
<div class="tour-bullet">
|
|
<a class="active" data-m-slide="1" href="">1</a>
|
|
<a data-m-slide="2" href="">2</a>
|
|
<a data-m-slide="3" href="">3</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="do-public">
|
|
<div class="contents">
|
|
<div class="login">
|
|
<a class="nnid-login-btn" href="../users/auth/splatfestival/">
|
|
<span class="nnid-login-bg">Log in</span>
|
|
</a>
|
|
<span class="nnid-description">To use SplatNet, you need to log in with your Splatfestival Network ID.</span>
|
|
<span class="security-announcement">Note: We are not affiliated with Nintendo in any way. Please do not contact them for any issues, this site is a revival of the original Splatnet.</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer class="enpera">
|
|
<div class="site-policy">
|
|
<a href="http://www.esrb.org/ratings/ratings_guide.jsp">
|
|
<span class="esrb-bg"></span>
|
|
</a>
|
|
<a href="http://www.esrb.org/confirm/nintendo-confirmation.jsp">
|
|
<span class="privacy-certified-bg"></span>
|
|
</a>
|
|
<a class="text-link site-policy-url" href="../site_policy">Site Policy</a>
|
|
</div>
|
|
<small>© Spacebar Network</small>
|
|
</footer>
|
|
</div>
|
|
<script>
|
|
$(function() {
|
|
$('.tour').scooch({
|
|
classPrefix: '',
|
|
classNames: {
|
|
inner: 'tour-screen',
|
|
active: 'active'
|
|
}
|
|
}).on('beforeSlide', function(e, previousIndex, newIndex) {
|
|
if (newIndex == 1) {
|
|
$("a.tour-prev").addClass('hidden');
|
|
} else {
|
|
$("a.tour-prev").removeClass('hidden');
|
|
}
|
|
if (newIndex == 3) {
|
|
$("a.tour-next").addClass('hidden');
|
|
} else {
|
|
$("a.tour-next").removeClass('hidden');
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |