-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
29 lines (23 loc) · 893 Bytes
/
default.html
File metadata and controls
29 lines (23 loc) · 893 Bytes
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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="CSS/layout.css"" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Group</title>
</head>
<body>
<img src="/hinhnhom" usemap="#map_example">
<map name="map_example">
<area href="/1612039" alt="Trang cá nhân" target="_blank" shape="circle" coords="115,171,105">
<area href="/1612065" alt="Trang cá nhân" target="_blank" shape="circle" coords="291,217,65">
<area href="/1612048" alt="Trang cá nhân" target="_blank" shape="circle" coords="424,260,52">
</map>
<h2>Tên nhóm:</h2>
<h1>Ba chàng ngự lâm</h1>
<br><h2>Các thành viên trong nhóm:</h2>
<ol>
<li>Lê Nguyễn Hoàng Cương_1612065</li>
<li>Huỳnh Văn Châu_1612048</li>
<li>Đặng Xuân Hoài Bảo_1612039</li>
</ol>
</body>
</html>