-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·39 lines (30 loc) · 1011 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
34
35
36
37
38
---
---
<!DOCTYPE html>
<html>
<head>
<title>Connexta: Home</title>
{% include head.html %}
</head>
<body>
<div class="content-wrap">
<div class="header-wrap2">
<div class="container">
<div class="header-content-wrap2">
<div class="header-left2">
<div class="header-text-wrap2">
<img src="/images/logo-informal-white2.png" title="Octo logo" Alt="Octo">
<p><strong>Connexta is now Octo!<br></strong> Our teams have combined and continue to serve our customers, with innovation leading the way.</p>
<a href="https://www.octoconsulting.com"><button>Continue to Octoconsulting.com</button></a>
<p class="subtext">
<strong>Contract Questions:</strong> <a href="mailto:[email protected]">[email protected]</a><br/>
<strong>General Questions:</strong> <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</div>
</div> <!-- header-wrap -->
</div>
</body>
</html>