master
jiahuiwen 2018-12-27 18:04:27 +08:00
parent decef4c0ae
commit 3b8c397716
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

View File

@ -17,7 +17,7 @@
<servlet-mapping> <servlet-mapping>
<servlet-name>index</servlet-name> <servlet-name>index</servlet-name>
<url-pattern>/</url-pattern> <url-pattern>/index</url-pattern>
</servlet-mapping> </servlet-mapping>
<servlet> <servlet>

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -35,9 +35,9 @@
<head> <head>
<title>《戒灵》添加服务器</title> <title>《戒灵》添加服务器</title>
</head> </head>
<body style="background: url(WEB-INF/images/test.png)"> <body>
<div id="login"> <div id="login">
<h1 style="color: #000000" onresize="50">《戒灵》添加服务器</h1>> <h1 style="color: #000000" onresize="50">《戒灵》添加服务器</h1>
<div id="form"> <div id="form">
<form action="regist" method="post"> <form action="regist" method="post">
<p>name: <input type="text" name="name"/></p> <p>name: <input type="text" name="name"/></p>