-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
31 lines (25 loc) · 969 Bytes
/
test.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>jloads / test.html</title>
<meta name="copyright" content="Copyright 2019-2021. Softreck. All rights reserved.">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache">
<script src="//get.jloads.com/jloads.min.js">
// Jloads is loading any media and content dynamically
</script>
<script>
// Jloads is loading any media and content dynamically
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>
</head>
<body>
</body>
</html>