We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77baef7 commit cf39d13Copy full SHA for cf39d13
pages/news/news_28_page.html
@@ -1 +1,22 @@
1
-
+<html>
2
+<head>
3
+<title></title>
4
+<script
5
+ src="https://code.jquery.com/jquery-3.3.1.js"
6
+ integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
7
+ crossorigin="anonymous">
8
+</script>
9
+<script>
10
+$(function(){
11
+ $("#header").load("/pages/templates/header.html");
12
+ $("#news").load("/pages/news/news_28.html");
13
+ $("#footer").load("/pages/templates/footer.html");
14
+});
15
16
+</head>
17
+<body>
18
+<div id="header"></div>
19
+<div id="news"></div>
20
+<div id="footer"></div>
21
+</body>
22
+</html>
0 commit comments