mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 06:33:22 +08:00
added link to login for ease
This commit is contained in:
parent
fe0f18b31e
commit
2997f465d8
2 changed files with 7 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "projectid"
|
||||
}
|
||||
}
|
|
@ -947,7 +947,9 @@
|
|||
<div id="caret" class="default size15"></div>
|
||||
<div id="paceCaret" class="default size15 hidden"></div>
|
||||
<input id="wordsInput" class="" tabindex="0" autocomplete="off" />
|
||||
<div id="timerNumber"><div>60</div></div>
|
||||
<div id="timerNumber">
|
||||
<div>60</div>
|
||||
</div>
|
||||
<div id="miniTimerAndLiveWpm">
|
||||
<div class="time hidden">1:00</div>
|
||||
<div class="wpm">60</div>
|
||||
|
@ -1253,7 +1255,10 @@
|
|||
</div>
|
||||
<div class="words"></div>
|
||||
</div>
|
||||
<div class="loginTip">Sign in to save your results</div>
|
||||
<div class="loginTip">
|
||||
<a href="/login">Sign in</a>
|
||||
to save your results
|
||||
</div>
|
||||
<div class="ssWatermark hidden">monkeytype.com</div>
|
||||
<div class="buttons">
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue