-
Notifications
You must be signed in to change notification settings - Fork 0
/
file.html
60 lines (46 loc) · 1.42 KB
/
file.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
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
56
57
58
59
60
<!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-file.js?1"></script>
<script>
jloadsFile({
"//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>
jloadsTarget({
"head": [
"css/default.css",
"css/fade-in.css",
"css/inputs.css"
],
".footer": [
"css/footer.css",
// "html/footer.html"
]
});
</script>
</head>
<body>
<div class="container">
<div class="content">
<div class="for_image">...</div>
</div>
<div class="footer">
<h5>
local: <a href="http://localhost:8080/" rel="nofollow">localhost:8080/</a>
| production: <a href="https://get.jloads.com/" rel="nofollow">get.jloads.com</a>
| supported by: <a href="https://softreck.com/" rel="nofollow">softreck.com</a>
| <a href="https://docs.jloads.com" rel="nofollow">docs</a>
</h5>
</div>
</div>
</body>
</html>