-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit.html
More file actions
60 lines (47 loc) · 1.53 KB
/
Copy pathgit.html
File metadata and controls
60 lines (47 loc) · 1.53 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
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="img/favicon.ico" rel="icon" type="image/x-icon">
<!-- <link rel="stylesheet" href="css/index.css">-->
<title>Softreck Open Source Projects</title>
<script src="//get.jloads.com/jloads-url.js?1"></script>
<script src="//code.jquery.com/jquery-3.5.1.min.js"></script>
<script>
jloadsTarget({
"head": [
// "//code.jquery.com/jquery-3.5.1.min.js",
// "vendors/jquery-3.2.1.min.js",
// "cdn/jquery-3.3.1.slim.min.js",
"words/fade-in.css",
"words/index.css",
// "js/scroll.js",
"words/github.js",
],
// "body": [
// "js/config.js"
// ],
".header": [
"words/header.html",
],
".footer": [
"words/footer.html",
],
});
</script>
<!-- <script>-->
<!-- document.addEventListener("DOMContentLoaded", function(event) {-->
<!-- console.log("DOM fully loaded and parsed");-->
<!-- var jloads1 = new Load("body");-->
<!-- jloads1.js("js/config.js");-->
<!-- });-->
<!-- </script>-->
</head>
<body>
<div class="header"></div>
<div class="page-content"></div>
<div class="footer"></div>
</body>
</html>