-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (18 loc) · 700 Bytes
/
index.html
File metadata and controls
23 lines (18 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--- This is Demo Page -->
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.3.js" type="text/javascript"></script>
<script src="http://localhost/teto/fila_content_replace_script.js"></script>
<script type="text/javascript">
CONTENTREPLACE.init(['http://localhost/fila-demo/na/index.html', '#body']);
CONTENTREPLACE.executeAjaxCall();
</script>
<link rel="stylesheet" type="text/css" href="http://localhost/teto/fila_content_replace_style.css"/>
</head>
<body>
<div id="body">This is a Demo Page</div>
</body>
</html>
<!-- $ = jQuery;
$.getScript('https://code.jquery.com/jquery-1.11.3.js');
$.getScript('http://localhost/teto/fila_content_replace_script.js'); -->