Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web-assets/static-pages/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
</header>
<main id="main" class="page-main">
<a id="contentarea" tabindex="-1"></a>
<h1 id="page-title-heading" class="page-title-heading clip-me">
Signup
<h1 id="page-title-heading" class="page-title-heading">
JOIN TOPCODER
</h1>
<div class="messages">
<div role="alert" class="message error">
Expand All @@ -58,7 +58,7 @@ <h1 id="page-title-heading" class="page-title-heading clip-me">
<input id="utmMedium" name="utmMedium" value="" type="hidden" />
<input id="returnUrl" name="returnUrl" value="" type="hidden" />
<div id="hd" class="input-field active">
<label for="handle">Enter your handle</label>
<label for="handle">Enter Username</label>
<input
id="handle"
name="handle"
Expand Down