mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
28 lines
771 B
HTML
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> |