-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3.html
More file actions
62 lines (53 loc) · 2.5 KB
/
3.html
File metadata and controls
62 lines (53 loc) · 2.5 KB
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
<!DOCTYPE html>
<HTML>
<HEAD>
<meta charset="UTF-8">
<TITLE>냥냥냥 - 톡소포자충</TITLE>
</HEAD>
<BODY>
<h1><a href="index.html">THE CAT : Awesome Creature</a></h1>
<ol>
<li><a href="1.html">사회성</a></li>
<li><a href="2.html">고양이의 생활</a></li>
<li><a href="3.html">톡소포자충</a></li>
</ol>
<p>톡소포자충은 고양이, 개, 닭, 사람 등 온혈동물이라면 누구나 감염될 수 있는 질환이며,고양이를 종숙주로 삼는 기생충이다.
고양이 배설물을 통해 외부로 퍼지나, 고양이 배설물의 접촉으로 인한 감염보다는
오염된 야채, 과일, 흙이나 감염된 돼지, 양고기를 덜 익혀 먹을 때 인체에 감염될 확률이 높다.
미국의 경우 충분히 익히지 않은 돼지고기 섭취에 의한 톡소플라즈마 감염이 가장 빈번한 전파경로로 알려져 있다.
인체에 감염되면 망막변성, 뇌수막염, 림프절염 등을 일으킬 수 있으며,
임산부가 감염될 경우에 태아가 수두증에 걸리거나 시력 상실을 일으키거나 유산될 수 있다.</p>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://web1test-1.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5b6c760cafc2c34e96e76bfb/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</BODY>
</HTML>