-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.html
More file actions
27 lines (24 loc) · 1.07 KB
/
1.html
File metadata and controls
27 lines (24 loc) · 1.07 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
<!doctype html>
<html>
<head>
<title>WEB1 - HTML</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">WEB</a></h1>
<ol>
<li><a href="1.html">HTML</a></li>
<li><a href="2.html">CSS</a></li>
<li><a href="3.html">JavaScript</a></li>
</ol>
<h2>HTML</h2>
<p>에픽스토어 금주의 무료 배포 게임!</p>
Bad north가 무료 배포중입니다!<br><br>
<strong>기간은 11월 29일 오후<u>11시 59분</u>까지</strong>이며, 1회 등록 시 영구적으로 소장이 가능합니다!<br><br>
<a href="https://www.w3.org/TR/html51/"
target="_blank" title="html5 specificaction">11월 30일부터 배포될 예정인 게임은 레이맨 레전드입니다</a>
<br><br><img src="rayman.jpg" width="300"><br><br><br>
<p>험블번들에서 Serial Cleaner 가 무료 배포중입니다!</p><p style="margin-top:25px;">
스팀에 등록가능한 키가 발급되며, 남은 기간은 사이트내에서 확인할 수 있습니다!
<p>This is some text in a paragraph.</p>
</body>