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.

37 lines
1.0 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<style>
* {
text-align: center;
margin: 0;
padding: 0;
}
h1 {
margin-top: 20%;
color: tomato;
}
</style>
<link rel="stylesheet" href="static/css/login.css"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>已经预约,信息如下:</h1>
<h3>形式:{{type}}</h3>
<h3>时间:{{date}} {{time}}</h3>
<h3>线下地点:<br>
成都:成都市锦江区上南大街49号吉祥大厦6楼<br>
天津:天津市河西区珠江道25号天津财经大学<br>
北京:北京市海淀区新街口外大街19号北京师范大学英东楼535室
</h3>
<a href="https://wg.daitianyu.cn/login"> <button class="up">返回</button></a>
</body>
</html>