-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.05 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Web mẫu 1</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="header">
<div>
<img
src="https://truonghuanluyencho.com/wp-content/uploads/2020/02/Cho-%E2%80%93-ngu-%E2%80%93-ngay-%E2%80%93-nguyen-%E2%80%93-nhan-%E2%80%93-vi-%E2%80%93-dau-2.jpg"
id="header_logo"
title="https://truonghuanluyencho.com/wp-content/uploads/2020/02/Cho-%E2%80%93-ngu-%E2%80%93-ngay-%E2%80%93-nguyen-%E2%80%93-nhan-%E2%80%93-vi-%E2%80%93-dau-2.jpg"
/>
</div>
<div id="header_logo">Cyption</div>
<div id="header_item">Home</div>
<div id="header_item">About</div>
<div id="header_item">White Paper</div>
<div id="header_item">Token Sale</div>
<div id="header_item">Roadmap</div>
<div id="header_item">Team</div>
<div id="header_item">APP</div>
<div id="header_item">FAQ</div>
<div id="header_item">Contact</div>
</body>
<button id="login_button">LOGIN</button>
</html>