-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
35 lines (35 loc) · 2.11 KB
/
contact.html
File metadata and controls
35 lines (35 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>STUDIO by DOSAYGO - Contact</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="theme.css">
</head>
<body>
<header>
<h1><a href="https://dosaygo.com">STUDIO by DOSAYGO</a></h1>
<nav>
<a href="/index.html">Home</a>
<a href="/posts.html">Posts</a>
<a href="/about.html">About</a>
</nav>
</header>
<main>
<article>
<h2>Contact STUDIO by DOSAYGO</h2>
<p>In a clearing where the forest meets the sky, we wait to hear your voice—a whisper carried on the wind, a note left beneath a stone. At STUDIO, the blog of <a href="https://dosaygo.com">DOSAYGO</a>, we’re here to listen, to help you do, say, or go where your journey leads. Whether you seek guidance, support, or simply wish to share a thought, reach out, and let us walk a path together.</p>
<ul>
<li><strong>General Inquiries:</strong> For questions about our work, products, or anything that sparks your curiosity, email us at <a href="mailto:hello@dosaygo.com">hello@dosaygo.com</a>.</li>
<li><strong>Consulting:</strong> Looking to collaborate on a project or need expertise in web technologies, cybersecurity, or information flow? Let’s explore how we can help—reach out at <a href="mailto:hello@dosaygo.com">hello@dosaygo.com</a>.</li>
<li><strong>BrowserBox Support:</strong> For assistance with <a href="https://github.com/BrowserBox/BrowserBox">BrowserBox</a>, including deployments and licenses, contact our team at <a href="mailto:support@dosaygo.com">support@dosaygo.com</a>.</li>
</ul>
<p>Like clouds cradling the sun’s light at dusk, we offer our presence freely, a quiet space where ideas can take root. Reach out, and let’s find the path ahead, as naturally as the earth’s own rhythm guides us home.</p>
</article>
</main>
<footer>
<p>© 2025 DOSAYGO Studio. <a href="/contact.html">Contact</a></p>
</footer>
</body>
</html>