-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
74 lines (63 loc) · 2.08 KB
/
contact.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>F-Learn</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="images/iconweb.png" type="image/gif" sizes="16x16">
</head>
<body>
<div class="container">
<div class="header">
<div class="logo">
<a href="index.html" onclick="location.reload();">
<img src="images/logo-unscreen.gif">
</a>
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="cacthetronghtml.html">HTMS & CSS</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="dangky.html">Đăng Kí</a></li>
</ul>
</div>
</div>
<div class="banner">
<img src="images/banner.png" />
</div>
<div class="content">
<div class= " left">
<h1>Communications:</h1>
<div class="title">
<ul>
<li><img src="images/logomail.jpg"> Email: [email protected]
</li>
<br>
<li> <img src="images/logoYTB.jpg"> Youtube : <a href="https://www.youtube.com/channel/UCXXUhDevSxgUAcy4x5yNqhQ">Đăng Kí Ngay</a>
</li>
<br>
<li><img src="images/logoFB.png"> Facebook: <a href="https://www.facebook.com/N2MusicYTB/">Theo Dõi</a>
</li>
<br>
<h2> Bản quyền thuộc về Nguyễn Nhựt Minh vui lòng không sử dụng vào mục đích xấu. Xin cảm ơn.</h2>
</ul>
</div>
</div>
<div class ="right">
<p>Support Tools and Compilation</p>
<a href="https://www.sublimetext.com/3">
<img src="images/img1.png">
</a>
<a href="https://netbeans.apache.org/download/index.html">
<img src="images/img2.png">
</a>
<a href="https://code.visualstudio.com/insiders/">
<img src="images/img3.png">
</a>
</div>
</div>
</div>
</body>
</html>