Put click in html

This commit is contained in:
Kenneth Jao 2016-09-07 11:52:28 -04:00
parent 607bae992d
commit 230245813c

View File

@ -10,7 +10,7 @@
<div id="loginContent">
<h2 class="text">Hourglass</h2>
<p class="text">All your work in one place. Finish before your time runs out.</p>
<h3 class="text" id="loginButton">Sign in</h3>
<h3 class="text" id="loginButton" onclick="document.getElementById('login-buttons-google').click();">Sign in</h3>
</div>
</div>
</div>