-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDownloadlink.html
More file actions
55 lines (55 loc) · 2.6 KB
/
Downloadlink.html
File metadata and controls
55 lines (55 loc) · 2.6 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html data-bs-theme="dark" lang="zh-CN" class=""><head><style data-merge-styles="true"></style>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>一卷搞定 八年级下</title>
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../static/index.css?v=4.0.3">
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/5.8.1/css/all.min.css">
<link rel="stylesheet" href="https://cdn.staticfile.org/bootstrap/5.3.0-alpha2/css/bootstrap.min.css">
<link rel="stylesheet" id="Swal2-Dark" href="https://fastly.jsdelivr.net/npm/@sweetalert2/theme-dark@4.0.2/dark.min.css">
<link rel="stylesheet" disabled="" id="Swal2-Light" href="https://fastly.jsdelivr.net/npm/@sweetalert2/theme-default@4.0.2/default.min.css">
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/bootstrap/5.3.0-alpha2/js/bootstrap.bundle.min.js"></script>
<script src="https://fastly.jsdelivr.net/npm/sweetalert2@10.14.0/dist/sweetalert2.min.js"></script>
<script src="https://fastly.jsdelivr.net/npm/jquery-form@4.3.0/dist/jquery.form.min.js"></script>
<script src="../static/color.js?v=4.0.3"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</head>
<body class="">
<div class="container" aria-hidden="true">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-9 mx-auto my-5 input-card">
<div class="card">
<div class="card-header bg-dark text-light">一卷搞定 八年级下</div>
<div class="card-body">
<div class="form-group my-2">
<button type="button" onclick="Jump()" class="form-control btn btn-success btn-block">
Download
</button>
</div>
</div>
</div>
</div>
</div>
<script>
function Jump(){
Swal.fire({
title: "提示",
text: "正在跳转",
icon: "info"
});
Swal.showLoading();
window.location.href = "https://www.luogu.com.cn/paste/pvxl25ov";
}
</script>
</div>
</div>
</div>
</div>
<body>
</body>
</html>