-
Notifications
You must be signed in to change notification settings - Fork 1
/
hlk.html
22 lines (21 loc) · 1006 Bytes
/
hlk.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<title>ZJUNlict</title>
</head>
<body>
<center>
<h1>ZJUNlict Robot Team</h1>
<div class="flex flex-col justify-center mt-10 w-96 space-y-2 border-4 border-blue-300 p-8 bg-blue-100">
<button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded" onclick="location.href='http://zjudancer.github.io'">Our Old Website</button>
<button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded" onclick="location.href='./files/2023tdp.pdf'">2023 TDP</button>
<button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded" onclick="location.href='./files/2023s.pdf'">2023 Survey Response</button>
</div>
<h1>Under Construction...</h1>
</center>
</body>
</html>