-
Notifications
You must be signed in to change notification settings - Fork 0
/
locationtest.php
41 lines (31 loc) · 1.18 KB
/
locationtest.php
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
<!DOCTYPE html>
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />
<title>DNX FITNESS SOLUTIONS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Krona+One&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="bootcss.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" >
<script src="scripts/googleap1.js"></script>
<script src="scripts/boot.js"></script>
<script src="scripts/cloud.js"></script>
<script src="scripts/nav.js"></script>
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
</head>
<body>
<div id="nav-placeholder">
</div>
<script>
$(function(){
$("#nav-placeholder").load("header.php");
});
</script>
<footer>
<p class="p-3 bg-dark text-white text-center">@DNX_FITNESS_SOLUTIONS</p>
</footer>
</body>
</html>