-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
57 lines (50 loc) · 2.2 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="https://www.google.com/favicon.ico" />
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Google 피보나치 치킨</title>
</head>
<body>
<header>
<nav>
<ul><!-- 우측 네비게이션 바 -->
<li><a href="#">피보나치킨</a></li>
<li>
<a href="#">
<i class="fa-solid fa-envelope"></i>
Fast</a>
</li>
</ul>
</nav>
</header>
<body>
<div class="container1">
<h1>최우영강사님 최고</h1>
<div class="txt_box">
<p>세상 만사 모든 것의 균형은 황금 비율에서 그 해답을 찾을 수 있고,<br>
이를 수학적으로 풀어낸것이 바로 피보나치 수열이니라.<br>
일찍이 선지자가 있어, 치킨과 피보나치 수열의 관계를 밝힌 자들이 있으니<br>
그들의 끝을 모르는 탐구 정신과 널리 인간과 치킨을 이롭게 하려는 마음을 높이 사,<br>
내 잠시 짬을 내어 허접한 코드질을 하였으니 이를 피보나치킨 계산기라고 부르도록 하겠다.</p>
<p>마지막 업데이트: 2022-09-29</p>
<button class="btn">선지자들의 자취</button>
</div> <!-- /.text_box -->
<div class="img_box">
<img class="bamboo" src="https://fibonachicken.herokuapp.com/static/snubamboo.png" alt="">
<img class="comments" src="https://fibonachicken.herokuapp.com/static/zeckendorf.png" alt="">
</div>
</div> <!-- /.container -->
<div class="container2"><!-- input & output -->
<div class="input_box">
</div><!-- /.input_box -->
<div class="output_box">
</div><!-- /.output_box -->
</div>
</body>
</body>
</html>