-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
45 lines (33 loc) · 997 Bytes
/
index.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
<!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 rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<title>Softreck Open Source Projects</title>
<script src="//get.jloads.com/jloads.min.js"></script>
<script src="//code.jquery.com/jquery-3.5.1.min.js"></script>
<script>
jl.target({
"head": [
"css/fade-in.css",
"css/index.css",
"js/github.js",
],
".header": [
"html/header.html",
],
".footer": [
"html/footer.html",
],
});
</script>
</head>
<body>
<div class="header"></div>
<div class="page-content"></div>
<div class="footer"></div>
</body>
</html>