-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.03 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
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="phonetify.js"></script>
<title>PHONETIFY</title>
</head>
<body>
<div id="page-container">
<header>
<div class="topnav" id="myTopnav">
<div id="logo"><a href="index.html">PHONETIFY</a></div>
<a href="product/product.html">Products</a>
<a href="service/service.html">Services</a>
<a href="about/about.html">About</a>
<a href="contact/contact.html">Contact</a>
</div>
</header>
<div class="intro-image">
<div class="intro-text">
<h2><span>PHONETIFY<br/>Budget Apple Store</span></h2>
<p><span>Cellphone accessories. Outstanding services. Responsive supports.</span></p>
</div>
</div>
<footer>
Copyright © 2020 Tuan Nguyen. All rights reserved.
</footer>
</div>
</body>
</html>