forked from spacebar/SplatNet
PR #5: Add equipment screen functionality (merges main with dev)
This commit is contained in:
parent
ce38573ad7
commit
429a1eb6ff
411 changed files with 17956 additions and 779 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
|
||||
|
|
@ -19,7 +20,7 @@
|
|||
<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="#" rel="shortcut icon" type="image/x-icon"/>
|
||||
<link href="" rel="shortcut icon" type="image/x-icon"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ika-wrapper welcome">
|
||||
|
|
@ -39,9 +40,9 @@
|
|||
<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>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue