-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (57 loc) · 2.72 KB
/
index.html
File metadata and controls
59 lines (57 loc) · 2.72 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
56
57
58
59
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>Vitis Events - Events Management, Conference, Training, Event Software</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Vitis Events Limited - Events Management, Conference, Training, Event Software" />
<meta name="keywords" content="HTML, CSS, JavaScript, PHP" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="facebook-domain-verification" content="a1hjtmumbkzcby5vfn65xqity71i8v" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700%7COpen+Sans:300i,400,600' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href='css/common.css' />
<link rel="stylesheet" type="text/css" href='css/sm-clean.css' />
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="contact" class="section">
<div class="box-wrapper">
<div class="container-fluid">
<div class="content-980">
<div class="row no-gutter">
<div class="col-md-8 col-md-offset-2">
<h2><b>Support and Contact</b></h2>
<p>
<b>Address:</b><br>
Vitis Events Limited<br>
375 High Street, Rochester, ME1 1DA
</p>
<p>
<b>Write Us an Email:</b><br>
<a href="mailto:info@vitisevents.com">info@vitisevents.com</a>
</p>
<p>
<b>Our Company Info:</b><br>
Registered in England and Wales Company Number 09693545
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="footer box-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="copyright text-center">© 2022 All Rights Reserved</div>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>