-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.html
More file actions
48 lines (35 loc) · 945 Bytes
/
all.html
File metadata and controls
48 lines (35 loc) · 945 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>jloadsFile</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<script src="../jloads.min.js?3"></script>
<script>
jl.file({
"//code.jquery.com/jquery-3.5.1.min.js": [
"//stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js",
"//stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
]
});
</script>
<script>
jl.target({
"footer": {
"html/footer.html": [
"css/fade-in.css"
]
}
});
</script>
</head>
<body>
<div class="container">
<div class="content">
<div class="for_image">...</div>
</div>
<footer> </footer>
</div>
</body>
</html>