update 4page

This commit is contained in:
2026-07-02 18:15:06 +08:00
parent 4d30803b60
commit 296db4a164
53 changed files with 5271 additions and 60 deletions
+32
View File
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<title>Challenge Floor Module</title>
<link type="text/css" href="../../assets/vendor/icon/iconfont.css" rel="stylesheet">
<link href="../../assets/css/style.css" rel="stylesheet">
<link type="text/css" href="../../assets/css/theme.css" rel="stylesheet">
<link type="text/css" href="../../assets/css/index.css" rel="stylesheet">
<link type="text/css" href="../../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" href="../../assets/css/challenge.css" rel="stylesheet">
<style>
body {
margin: 0;
background: #070400;
color: #f9f9f9;
}
</style>
</head>
<body>
<div
id="challenge-floor-module"
class="challenge-floor-module"
data-challenge-floor-module
></div>
<script src="../../assets/vendor/jquery/jquery-3.7.1.min.js"></script>
<script src="/js/challenge-floor-module.js"></script>
</body>
</html>