Spaces:
Sleeping
Sleeping
Create aforativemedia.html
Browse files- aforativemedia.html +36 -0
aforativemedia.html
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>AforativeBot</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: Arial, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
}
|
12 |
+
h1 {
|
13 |
+
color: #333;
|
14 |
+
}
|
15 |
+
h2 {
|
16 |
+
color: #555;
|
17 |
+
}
|
18 |
+
a {
|
19 |
+
color: #1a73e8;
|
20 |
+
}
|
21 |
+
</style>
|
22 |
+
</head>
|
23 |
+
<body>
|
24 |
+
<h1>AforativeBot</h1>
|
25 |
+
<p><strong>AforativeBot</strong> is designed for private companies to maximize client satisfaction and improve communication in the AI era for Aforative Media Company.</p>
|
26 |
+
|
27 |
+
<h2>About Us</h2>
|
28 |
+
<p>Founded in 2016, <strong>Aforative Media (AF)</strong> has been dedicated to providing a wide range of services for nearly five years. We specialize in photography, videography, video hybrid meetings, and conference live-streaming for both local and international clients. Throughout our journey, we have continually learned and improved, striving to enhance our services every day.</p>
|
29 |
+
|
30 |
+
<p>We are proud to be a partner in digital marketing content for the hotel and tourism industry. In a digital world that demands engaging and creative content, we are committed to delivering just that. Additionally, we cherish the role of preserving precious memories for couples, families, and corporate entities.</p>
|
31 |
+
|
32 |
+
<p>Our goal is to be a reliable partner for your business, helping you grow with impactful digital content. With <strong>Aforative Media</strong>, you and your business will stay updated and keep pace with regional and global trends.</p>
|
33 |
+
|
34 |
+
<p>Connect with us via our <a href="https://t.me/aforativemedia">Telegram Chatbot</a>.</p>
|
35 |
+
</body>
|
36 |
+
</html>
|