Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions event.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>이벤트</title>
<link type="text/css" rel="stylesheet" href="event.css">
</head>
<body>
<section>
<table id="table">
<tr><td rowspan="2" height="200px"><a href="event1.html">
<img src="이것은무엇.png" width="170"></a></td>
<td width="1400px">&nbsp;&nbsp;<span id="title">이것은 무엇?</span><hr></td></tr>
<tr><td height="138px">새로운 보드게임이 기다려요!</td></tr>
<tr><td rowspan="2"><a href="event2.html"><img src="퀴즈이벤트.png" width="170" alt="퀴즈 이벤트"></a> </td>
<td>&nbsp;&nbsp;<span id="title">퀴즈 이벤트</span><hr></td></tr>
<tr><td height="138px">퀴즈 정답을 맞추면 어마무시한 상품이 기다리고 있어요~!</td></tr>
</table>
</section>
</body>
</html>