-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
55 lines (44 loc) · 1.17 KB
/
aboutus.html
File metadata and controls
55 lines (44 loc) · 1.17 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>All Mobile</title>
<link href = "css/style.css" rel ="stylesheet"/>
<script type="text/javascript" src="js/jquery.js"></script>
<link rel="shortcut icon" href="images/favicon1.png" type="image/png"/>
</head>
<body>
<header>
<div id = "navdiv">
</div>
</header>
<div id="abouttitle">
<h1>About us</h1>
</div>
<hr id="usline">
<div id="sitepurpose">
<h2>Site Purpose</h2>
<p>
A site that focuses on introducing all the latest mobile phones, and gathering information on
most welcomed mobile phones.
</p>
</div>
<div id="developer">
<h2>Developers</h2>
<p>Developer1: Shijie Zhang</p>
<p>Developer2: Haiying Yang</p>
<p>Developer3: Jianghua Hui</p>
</div>
<div id="copyright">
<h2>Copyright</h2>
<p>Images reference: </p>
<p>Images reference: </p>
<p>Images reference: </p>
<p>Images reference: </p>
</div>
<footer>
<div id="footer-page">
</div>
</footer>
<script src="js/samenav.js"></script>
</body>
</html>