-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
28 lines (28 loc) · 1.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="2024“京华杯”信息安全综合能力竞赛(GeekGame)由北京大学和清华大学共同举办,旨在为同学们提供接触安全技能与创新技术的机会,同时促进人才选拔和两校学生的交流。本竞赛是北京大学第四届信息安全综合能力竞赛(4th PKU GeekGame)与清华大学第八届网络安全技术挑战赛(THUCTF 2024)的结合。">
<link rel="canonical" href="https://geekgame.pku.edu.cn/">
<link rel="icon" href="assets/favicon.webp">
<title>GeekGame 2024</title>
<style>
@import url("./src/index-preloaded.less");
</style>
</head>
<body>
<div id="root">
<div class="jsloading-head"></div>
<div class="jsloading-spin">
<div>
<svg viewBox="0 0 1024 1024" width="1em" height="1em" fill="currentColor">
<path d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"></path>
</svg> 加载中
</div>
</div>
</div>
<script type="module" src="/src/index.jsx"></script>
<script><%- PRELOAD_SCRIPT %></script>
</body>
</html>