Skip to content

Commit

Permalink
Fix header message, add version # in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ckarande committed May 6, 2014
1 parent 79df133 commit 5bab6b5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions app/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<h2>OWASP Node Goat Project</h2>

<p>
The Node Goat is an educational Node.js web application vulnerable to the <a href="https://www.owasp.org/index.php/Top_10_2013-Top_10"> OWASP Top 10</a> risks. It is intended to show how each of these vulnerabilities can manifest
The Node Goat is an educational Node.js web application vulnerable to the <a href="https://www.owasp.org/index.php/Top_10_2013-Top_10"> OWASP Top 10</a> risks. It is intended to show how each of these vulnerabilities can manifest
in a Node.js specific way, and provides the subsequent mitigation for each with source code examples.
</p>
<p>To start hacking the application, login using the form below, or access the tutorial guide to know more.</p>
Expand Down Expand Up @@ -91,15 +91,27 @@ <h3 class="panel-title">Heaven Corp. Employee Savings Plan</h3>
</div>
<input type="hidden" name="_csrf" value="{{csrftoken}}"></input>
<button type="submit" class="btn btn-default">Submit</button>
<span><a href="/signup">New user? Sign Up</a></span>
<span><a href="/signup">New user? Sign Up</a>
</span>
</form>
</div>
</div>
</div>
</div>
<!-- /.row -->

</div>

<!-- /#page-wrapper -->
<div class="row">
<div class="col-lg-11"></div>
<div class="col-lg-1">
<span class="label label-info">v1.0.0</span>
</div>
</div>
<!-- /.row -->


</div>
<!-- /#wrapper -->

Expand Down

0 comments on commit 5bab6b5

Please sign in to comment.