-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.99 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>.center{
text-align: center;
}</style>
</head>
<body>
<p style = "text-align: center; font-size: 50px;">Welcome to Sujin's room~</p>
<img src="큣트동석.jpg" alt="2번이미지" style="width: 310px;">
<br>
<div><h3> 안녕 날 소개하지 직업은 Traveler</h3></div>
<img src="haonking.jpg" alt="2번이미지" style="width: 310px;">
<br>
<div><h3>요즘 나의 상태야</h3></div>
<br>
<img src="음주수미.jpg" alt="2번이미지" style="width: 310px;">
<br>
<div><h1>지금은 가운데 정렬 하는 방법을 찾아보고 있어</h1></div>
<p style = "text-align: center; font-size: 50px;"> "그 결과 알게 되어버림"</p>
<div class="center">
<img src="빵에 녹은 수밍엉니.jpg" alt="사진" width="300px">
<p style = "text-align: center; font-size: 25px;"> "위의 사진은 빵에 묻은 수민언니 입니다"</p>
</div>
<br>
<p style = "text-align: center; font-size: 25px;"> 이웃님들 안녕하세요~ 오늘은 맛있는 라면 끓이는 방법을 알아볼게영</p>
<div class="center">
<img src="신라면.jpg" alt="사진" width="300px">
<p style = "text-align: center; font-size: 25px;"> "맛있는 라면을 끓이기 위해서는 일단 라면 한봉지가 필요하겠죠?ㅎㅎ"</p>
<p style = "text-align: center; font-size: 25px;"> "라면은 역시 신라면이죠~"</p>
<img src="라면아저시.jpg" alt="사진" width="300px">
<p style = "text-align: center; font-size: 25px;"> "오늘은 맛있는 라면 끓이는 방법을 알아봤습니다^^"</p>
<img src="네이버 따봉.jpg" alt="사진" width="300px">
<p style = "text-align: center; font-size: 25px;"> "구독과 좋아요, 이웃추가 부탁드립니다~"</p>
</div>
</body>
</html>