-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissue.html
More file actions
34 lines (34 loc) · 1.51 KB
/
Copy pathissue.html
File metadata and controls
34 lines (34 loc) · 1.51 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>Fin!!!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id = "fin">
<h1>저 진짜 html 너무 힘들어요</h1>
<h1>차라리 파이썬 개발을 시켜주세요</h1>
<h1>제가 잘못했어요</h1>
<h1>별 건 없고, 제가 최근에 한 코드라도 보고 가 주세요.</h1>
<h1>모듈 이해 못해서 하나 만들었던 거에요.</h1>
<h1>이게 지금 하는 것보다 쉬운 거 같아요.</h1>
<img src="./program001.jpg" />
<h1>진짜 센스 하나 없어서 만들다가 우웩</h1>
<h1>여러분, 친하게 지내요오....</h1>
<h1>사실 이 페이지는 제 사심만 있어요.</h1>
<h1>사진도 보고 가세요.</h1>
<img src="img3.jpg" width="50%"/>
<img src="img4.jpg" width="50%"/>
<h1>아 맞아, 저 놀자고 하면 좋아헤요.</h1>
<h1>관심 많이 필요한 ENTP에요.</h1>
<h1>만약 길가다 보시면 같이 인사해요ㅜ</h1>
<h1>과제 너무 많아요. 살려주세요.</h1>
<h1>검정화면에다가 막쓰니까 진짜 살 것 같다.</h1>
<h1>저 종강 좀 주세요, 제발.</h1>
<audio autoplay loop>
<source src="./sound3.wav" type="audio/wav"/>
</audio>
</div>
</body>
</html>