Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepsimak committed Jun 18, 2013
1 parent 9403d76 commit de23f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/login.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ void Login :: LoginPage(string msg, string emailID, string password)
<< form().set("id", "FormLogin").set("action", "project")
.set("method", "POST");

cout << h1() << "Login" << h1() << br();;
cout << h1() << "BaKaPlan" << h1()
<< h3() << "Baithne Ka Plan" << h3();

ErrorMessage(msg);

Expand Down

0 comments on commit de23f0c

Please sign in to comment.