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

28 lines
771 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Getting Started - Android SMS Gateway</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<div class="container">
<h1><span id="underline">Getting Started</span> - Android SMS Gateway</h1>
</div>
</header>
<div class="container">
<h2>Step 1: Installation</h2>
<p>Here you provide instructions about how to install your application.</p>
<h2>Step 2: Configuration</h2>
<p>Here you provide instructions about how to configure your application after it has been installed.</p>
<h2>Step 3: Usage</h2>
<p>Here you provide instructions about how to use your application.</p>
</div>
</body>
</html>