-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
38 lines (34 loc) · 1010 Bytes
/
contact.html
File metadata and controls
38 lines (34 loc) · 1010 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
30
31
32
33
34
35
36
37
38
<!DOCTYLE html>
<html lang = "en">
<head>
<!-- Meta -->
<meta charset = "UTF-8">
<meta name = "viewport" content = "width = device-width, initial-scale = 1.0">
<meta name = "description" content = "Contact">
<!-- Style -->
<link rel = "stylesheet" type = "text/css" href = "css/style.css">
<title>PolyWCube</title>
</head>
<body>
<div class = "main">
<section class = "icon">
<h2 class = "logo"> < C U S T O M > </h2>
</section>
<section class = "nav_bar">
<div class = "menu">
<ul>
<li> <a href = "project.html"> PROJECT </a> </li>
<li> <a href = "resource.html"> RESOURCE </a> </li>
<li> <a href = "index.html"> HOME </a> </li>
<li> <a href = "contact.html"> CONTACT </a> </li>
<ul>
</div>
</section>
<section class = "content">
<a> Gmail : polywcube@gmail.com </a>
<br>
<a href = "https://www.youtube.com/channel/UCf8r-gSziUj3D7GFkObJ-FQ"> Youtube : PolyWCube </a>
</section>
</div>
</body>
</html>