-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
22 lines (22 loc) · 937 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bandwidth Hero Proxy</title>
</head>
<body>
<div class="container">
<h1>Bandwidth Hero Proxy</h1>
<p>Welcome to the Bandwidth Hero Proxy!</p>
<p>To use the proxy in the Bandwidth Hero extension, follow these steps:</p>
<ol>
<li>Open the Bandwidth Hero extension settings.</li>
<li>In the Data Compression Service section, add the following URL: <code>https://your-netlify-domain.netlify.app/api/index</code>.</li>
<li>Save the settings and you are good to go!</li>
</ol>
<p>For more information and the source code, visit the <a href="https://github.com/himshim/bandwidth-hero-proxy2">GitHub repository</a>.</p>
</div>
</body>
</html>