-
Notifications
You must be signed in to change notification settings - Fork 0
/
3.html
39 lines (39 loc) · 1.56 KB
/
3.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
<!doctype html>
<html>
<head>
<title>Snooph - 3</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="colors.js"></script>
</head>
<body>
<h1><a href="index.html">피너츠-스누피</a></h1>
<div id="grid">
<ol>
<li><a href="1.html">스누피의 탄생</a></li>
<li><a href="2.html">스누피의 설정</a></li>
<li><a href="3.html"id="active">스누피의 흥사</a></li>
</ol>
<div id="content">
<h2>스누피의 흥사</h2>
<p>1. 초창기 스누피는 두 발이 아닌 네 발로 걸었다.</p>
<p>2. 찰스 슐츠는 데일리 만화는 6주 먼저, 일요일 주간 만화는 10주 먼저 작업했다.</p>
<p>3. 찰스 슐츠가 죽는 날 피너츠 마지막화가 연재됐다.</p>
<p>4. 원래 제목은 피너츠가 아니었고, 슐츠는 그 제목을 마음에 들어하지 않았다.</p>
<p>5. 스누피의 이름은 하나가 아니다.</p>
<p>6. 스누피는 폐쇄공포증이 있다.</p>
<p>7. '퇴짜왕' 찰리브라운은 슐츠의 모습.</p>
<p>8. "Sweet Babboo"는 슐츠의 아내가 남편을 부르던 실제 표현.</p>
<p>9. 슐츠는 밸런타인 데이를 싫어했다.</p>
<p>10. 피너츠에 등장하는 흑인 캐릭터 '프랭클린' 때문에 슐츠는 정치적 공격을 받기도 했다.</p>
<img src="스누피 단체.jpg" width="70%"><p style="margin-top:40px;">
</p>
</div>
</div>
<input type="button" value="dark" onclick="
darklighthandle(this)
">
</body>
</html>