33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!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>
|