Skip to content

Commit 506e89b

Browse files
committed
add functionality to redirect to other pages
1 parent 35a4e6c commit 506e89b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Blog HTML & CSS/login.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
</div>
4848
<div class="form-group">
4949
<div class="col-sm-4 col-sm-offset-4">
50-
<button type="reset" class="btn btn-default">Cancel</button>
51-
<button type="reset" class="btn btn-primary">Login</button>
50+
<a class="btn btn-default" href="index.html">Cancel</a>
51+
<a class="btn btn-primary" href="indexlogged.html">Login</a>
5252
</div>
5353
</div>
5454
</fieldset>

Blog HTML & CSS/register.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</div>
6060
<div class="form-group">
6161
<div class="col-sm-4 col-sm-offset-4">
62-
<button type="reset" class="btn btn-default">Cancel</button>
62+
<a class="btn btn-default" href="index.html">Cancel</a>
6363
<button type="reset" class="btn btn-primary">Register</button>
6464
</div>
6565
</div>

0 commit comments

Comments
 (0)