fix up sign up page a bit more
This commit is contained in:
parent
6c3846ca21
commit
3ab09a3723
2 changed files with 7 additions and 7 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>hi</title>
|
||||
<link rel="stylesheet" href="../style.css" />
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
</head>
|
||||
|
|
@ -57,7 +58,7 @@
|
|||
|
||||
<div class="twitterbgbox">
|
||||
<div class="mii-icon-container">
|
||||
<img id="mii-img" src="" style="display:none; width:100%; border-radius:50%;">
|
||||
<img id="mii-img" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" style="display:none; width:100%; border-radius:50%;">
|
||||
</div>
|
||||
<span id="mii-name" class="profile-name-label">Loading...</span>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
|
||||
|
|
@ -20,7 +19,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">
|
||||
|
|
@ -40,9 +39,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