-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsupport.html
More file actions
64 lines (60 loc) · 2.37 KB
/
support.html
File metadata and controls
64 lines (60 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="BrowserBox support: installation help, licensing guidance, and technical assistance for Remote Browser Isolation.">
<meta name="keywords" content="BrowserBox support, RBI support, licensing help, remote browser isolation assistance">
<link rel="icon" type="image/svg+xml" href="logo.svg">
<title>BrowserBox | Support</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="subpage">
<nav class="home-nav">
<div class="brand">
<img src="logo.svg" alt="BrowserBox Logo">
<span>BrowserBox</span>
</div>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/index.html#get-started">Get Started</a></li>
<li><a href="/index.html#features">Features</a></li>
<li><a href="/index.html#compliance">Compliance</a></li>
</ul>
<div class="nav-cta">
<a href="https://browserbox.io/evaluate" class="cta primary">Start Eval</a>
</div>
</nav>
<main class="sub-wrap">
<section class="sub-hero">
<div class="kicker">Support</div>
<h1>Get help with BrowserBox</h1>
<p>We support onboarding, licensing, and deployment. Reach out and we will respond quickly.</p>
</section>
<section class="panel">
<h2>Contact</h2>
<ul>
<li>Sales and licensing: <a href="mailto:sales@dosaygo.com">sales@dosaygo.com</a></li>
<li>Technical support: <a href="mailto:support@dosaygo.com">support@dosaygo.com</a></li>
</ul>
</section>
<section class="panel">
<h2>Resources</h2>
<ul>
<li><a href="https://github.com/BrowserBox/BrowserBox/blob/main/README.md">BrowserBox README</a></li>
<li><a href="/index.html#get-started">Install and activate</a></li>
<li><a href="/license.html">Licensing overview</a></li>
</ul>
</section>
</main>
<footer class="home-footer">
<div class="footer-links">
<a href="https://dosaygo.com/privacy.txt.html">Privacy Policy</a>
<a href="https://dosaygo.com/terms.txt.html">Terms of Service</a>
<a href="https://github.com/BrowserBox/BrowserBox">GitHub</a>
<a href="mailto:sales@dosaygo.com">sales@dosaygo.com</a>
</div>
<p>(c) 2025 DOSAYGO Corporation USA. All rights reserved.</p>
</footer>
</body>
</html>