-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
87 lines (79 loc) · 3.04 KB
/
Copy pathcontact.html
File metadata and controls
87 lines (79 loc) · 3.04 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-SCZB3M2PNX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SCZB3M2PNX');
</script>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Contact Us!</title>
<style>
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #0f172a, #1e293b);
color: #f1f5f9;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
text-align: center;
}
h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
background: linear-gradient(120deg, #3b82f6, #06b6d4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h4 {
font-weight: 400;
max-width: 600px;
margin: 0 auto 1rem;
color: #cbd5e1;
}
h6 {
font-size: 1rem;
color: #38bdf8;
margin-bottom: 2rem;
}
.btn {
display: inline-block;
padding: 12px 24px;
background: linear-gradient(120deg, #3b82f6, #06b6d4);
color: #0f172a;
font-weight: 600;
border-radius: 8px;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
footer {
position: absolute;
bottom: 20px;
font-size: 13px;
color: #64748b;
}
</style>
<meta content="Contact 360 Digital with questions, feedback, support requests or business inquiries." name="description"/><meta content="index, follow" name="robots"/><meta content="website" property="og:type"/><meta content="Contact 360 — Get in Touch" property="og:title"/><meta content="Contact 360 Digital with questions, feedback, support requests or business inquiries." property="og:description"/><meta content="https://360-search.com/contact.html" property="og:url"/><meta content="360" property="og:site_name"/><meta content="summary" name="twitter:card"/><meta content="Contact 360 — Get in Touch" name="twitter:title"/><meta content="Contact 360 Digital with questions, feedback, support requests or business inquiries." name="twitter:description"/><link href="https://360-search.com/contact.html" rel="canonical"/></head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-NZHQGS65" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<h1>Contact 360Digital, Co.</h1>
<h4>Got any questions or concerns regarding 360? Reach out to us at the provided email below!</h4>
<h6>help@360-search.com</h6>
<a class="btn" href="https://360-search.com">← Back to 360</a>
<footer>© 2026 360Digital, Co.</footer>
</body>
</html>