Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Commit 2cc7759

Browse files
Adds a note about redirects
1 parent a12aff8 commit 2cc7759

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

site/src/index.html.slim

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,27 @@ html
3434
.col-md-4
3535
img.goad src="img/spirit-animal.svg" alt="Goad logo"
3636

37-
#demo.row
38-
.col-md-8.col-md-offset-2
39-
markdown:
40-
## Demo
37+
#demo
38+
.row
39+
.col-md-8.col-md-offset-2
40+
markdown:
41+
## Demo
4142

42-
Use this online demo to give Goad a try without having to install anything.
43+
Use this online demo to give Goad a try without having to install anything.
4344

44-
As we don't want this to turn into a DDoS-on-demand tool, this
45-
online version of Goad is intentionally limited. The CLI version of
46-
Goad is more fully featured and can do up to 100,000 requests per
47-
second.
45+
As we don't want this to turn into a DDoS-on-demand tool, this
46+
online version of Goad is intentionally limited. The CLI version of
47+
Goad is more fully featured and can do up to 100,000 requests per
48+
second.
49+
50+
#demo-app
51+
52+
.row
53+
.col-md-10.col-md-offset-1
54+
.alert.alert-warning role="alert"
55+
span.glyphicon.glyphicon-warning-sign aria-hidden="true"
56+
|  Sites with active DDoS protection or redirects (such as google.com) are known to not work properly
4857

49-
#demo-app
5058
hr
5159

5260
#install.row

0 commit comments

Comments
 (0)