You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
613 B
18 lines
613 B
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="./css/welcome.css">
|
|
</head>
|
|
<body>
|
|
<div class="box1">
|
|
<div class="title">欢迎使用微化翻译器</div>
|
|
</div>
|
|
<div class="box2">
|
|
<span><input type="button" class="con" value="连接游戏"></span>
|
|
<span><input type="button" class="con" value="开始翻译" onclick="index.jsp"></span>
|
|
<span><input type="submit" class="con" value="确定" > </span>
|
|
</div>
|
|
</body>
|
|
</html> |