webidor/src/main/webapp/WEB-INF/jsp/login.jsp
changeset 35 2e85dd878f04
parent 34 34baf57f2d4e
child 36 d5ccf73ebbe5
     1.1 --- a/webidor/src/main/webapp/WEB-INF/jsp/login.jsp	Sun Jul 12 13:35:58 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,18 +0,0 @@
     1.4 -<%@page contentType="text/html" pageEncoding="UTF-8"%>
     1.5 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     1.6 -   "http://www.w3.org/TR/html4/loose.dtd">
     1.7 -
     1.8 -<html>
     1.9 -    <head>
    1.10 -        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.11 -        <title>Login</title>
    1.12 -    </head>
    1.13 -    <body>
    1.14 -        <h1>Login</h1>
    1.15 -
    1.16 -        <form action="login.html" method="post">
    1.17 -            <a href="http://en.wikipedia.org/wiki/Openid">Open ID</a>:
    1.18 -            <input type="text" name="openid" value="http://"/>
    1.19 -        </form>
    1.20 -    </body>
    1.21 -</html>