-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 915 Bytes
/
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
33
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<title>CMN Group</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes' name='viewport'>
<style>
body {
font-size: 20px;
margin: 5em auto;
width: 600px;
}
div {
text-align: center;
padding: 1em;
}
</style>
</head>
<body>
<p>
Consortium Marketing Network is an institution that is a leader in innovative technologies, business strategies and financial services. The role of CMN, when working with clients, is to create and implement
</p>
<div><img alt="CMN Group logo" src="images/logo.png"/></div>
<p>
their goals with the use of transformative ideas on a practical and effective level to enhance their lives and the communities that we are working with.
</p>
<p>
718.796.7608
<br/>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</body>
</html>