Skip to content
Snippets Groups Projects
Forked from IF3110 / TugasBesar2_2017
17 commits ahead of the upstream repository.
index.jsp 600 B
<%-- 
    Document   : index
    Created on : Nov 4, 2017, 9:23:05 AM
    Author     : nim_13515091
--%>

<%@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>
        
        <form name="Name Input Form" action="/Login" method='post'>
            Enter Your Name:
            <input type="text" name="name" value="" />
            <input type="submit" value="OK" />
        </form>
    </body>
</html>