-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
41 lines (34 loc) · 1.86 KB
/
test.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
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div>
<div>This is a post</div>
<a class="comment-link" href="http://localhost:4000/blogger/topic?ts=10/23/2016 11:51:00 AM&author=Bill McBride&pl=http://cr4re.blogspot.com/111112015/101/patricia.html&nojs=y" target="_blank">
<span class="hidden-title-holder" style="display:none">Patricia & = Test of Escaped Characters1</span>
Comments</a>
<div>This is a post</div>
<a class="comment-link" href="http://localhost:4000/blogger/topic?ts=10/23/2016 11:52:00 AM&author=Bill McBride&pl=http://cr4re.blogspot.com/111112015/102/patricia.html&nojs=y" target="_blank">
<span class="hidden-title-holder" style="display:none">Patricia & = Test of Escaped Characters2</span>
Comments</a>
<div>This is a post</div>
<a class="comment-link" href="http://localhost:4000/blogger/topic?ts=10/23/2016 11:53:00 AM&author=Bill McBride&pl=http://cr4re.blogspot.com/111112015/103/patricia.html&nojs=y" target="_blank">
<span class="hidden-title-holder" style="display:none">Patricia & = Test of Escaped Characters3</span>
Comments</a>
<div>This is a post</div>
<a class="comment-link" href="http://localhost:4000/blogger/topic?ts=10/23/2016 11:54:00 AM&author=Bill McBride&pl=http://cr4re.blogspot.com/111112015/104/patricia.html&nojs=y" target="_blank">
<span class="hidden-title-holder" style="display:none">Patricia & = Test of Escaped Characters4</span>
Comments</a>
</div>
<script type="text/javascript">
DiscourseBlogger = { discourseUrl: 'http://localhost:4000/' };
(function() {
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
d.src = DiscourseBlogger.discourseUrl + 'blogger/script';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
})();
</script>
</body>
</html>