Index HTML

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Index.

html

<html>

<head>

<link rel="stylesheet" type="text/css" href="bbb.css">

</head>

<div class="login">

<div class="heading">

<h2>Sign in</h2>

<form action="val.jsp">

<div class="input-group input-group-lg">

<span class="input-group-addon"><i class="fa fa-user"></i></span>

<input type="text" class="form-control" placeholder="Username or email" name="aaa">

</div>

<div class="input-group input-group-lg">

<span class="input-group-addon"><i class="fa fa-lock"></i></span>

<input type="password" class="form-control" placeholder="Password" name="bbb">

</div>

<button type="submit" class="float">Login</button>

</form>

</div>

</div>

<%
%>

</html>

Home.jsp
<%--

Document : home.jsp

Created on : Aug 10, 2019, 11:08:41 AM

Author : apcecse

--%>

<%@page contentType="text/html" pageEncoding="UTF-8"%>

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>JSP Page</title>

</head>

<body>

<h1>Hello World!</h1>

</body>

</html>
WEBHOSTING
http://apce007.000webhostapp.com/

You might also like