asg-server/web/static/index.html
2023-11-12 00:37:04 +07:00

62 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Android SMS Gateway</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<div class="container">
<h1>Android <span id="underline">SMS Gateway</span></h1>
</div>
</header>
<div class="container">
<img src="images/logo.png" alt="Project logo">
<p>Android SMS Gateway turns your Android smartphone into an SMS gateway. It's a lightweight application
allowing you to send SMS messages programmatically via API. This makes it ideal for integrating SMS
functionality into your own applications or services.</p>
<h2>Features</h2>
<ul>
<li>Send SMS programmatically: Use our API to send messages directly from your own applications or services.
</li>
<li>Supports Android 5.0 and above: The application is compatible with Android 5.0 and later versions.</li>
<li>Message status tracking: Monitor the status of your sent messages in real-time.</li>
<li>Starts at boot: The application starts running as soon as your device boots up.</li>
<li>Prevents sleep mode: Your device won't go to sleep while the application is running, ensuring continuous
service.</li>
</ul>
<h2>Ideal For</h2>
<ul>
<li>Notifications</li>
<li>Alerts</li>
<li>Two-factor authentication codes</li>
</ul>
<h2>Project Stage</h2>
<p>The project is currently in the MVP stage. We're actively working on adding more features and improving the
existing ones.</p>
<h2>Get Started</h2>
<p>Check out our <a href="getting-started.html">Getting Started Guide</a> to learn how to install and use
Android SMS Gateway.</p>
<h2>Contributing</h2>
<p>Interested in contributing? Read our <a href="contributing.html">Contributing Guide</a> to find out how you
can help.</p>
<h2>License</h2>
<p>This project is licensed under the <a href="license.html">Apache License 2.0</a>.</p>
<h2>Contact</h2>
<p>If you have any questions or suggestions, feel free to <a
href="https://github.com/username/repo/issues/new">create an issue</a> or <a
href="mailto:email@example.com">send us an email</a>.</p>
</div>
</body>
</html>