-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_search.htm
73 lines (51 loc) · 2.19 KB
/
test_search.htm
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
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152244338-1"></script>
<script data-ad-client="ca-pub-0704525034147863" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152244338-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Folk</title>
<!-- Bootstrap core CSS -->
<link href="./flatlab/css/bootstrap.min.css" rel="stylesheet">
<link href="./flatlab/css/bootstrap-reset.css" rel="stylesheet">
<!--external css-->
<link href="./flatlab/assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<!-- for image gallery -->
<link href="./flatlab/assets/fancybox/source/jquery.fancybox.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="./flatlab/css/gallery.css" />
<!-- Custom styles for this template -->
<link href="./flatlab/css/style.css" rel="stylesheet">
<link href="./flatlab/css/style-responsive.css" rel="stylesheet" />
<link rel="stylesheet" href="paf_styles.css"></link>
<title>test search</title>
<script>
document.writeln("TEST IN SCRIPT1a<br>");
</script>
<script async src="https://cse.google.com/cse.js?cx=003736524176309227229:whsyk9ptpff"></script>
<script src="./alh_common/alh_sprintf.js?v=278"></script>
<script src="./alh_common/alh_common.js?v=278"></script>
<script src="hart-ged.js?v=278"></script>
<script src="ged_read.js?v=278"></script>
<script src="bk_data.js?v=278"></script>
<script>
console.log("image_path: %s", image_path);
document.writeln(sprintf("<br>image_path: %s<br>", image_path));
</script>
<script>
document.writeln("TEST IN SCRIPT1b<br>");
</script>
</head>
<body>
<script>
document.writeln("TEST IN BODY SCRIPT2<br>");
</script>
</body>
</html>