diff --git a/templates/base.html.njk b/templates/base.html.njk new file mode 100644 index 0000000..12802e8 --- /dev/null +++ b/templates/base.html.njk @@ -0,0 +1,49 @@ + + +
+ + + + ++ Your IP address: {{ip}} + +
- transition: background-color 0.2s; - } - - .copy:hover { - background: #ffffff40; - } - - .copy img { - width: 1rem; - color: #fff; - filter: invert(1); - } - - - -- Your IP address: {{ip}} - -
- - Check if your port is reachable: -curl amiopen.now/<port>
+ Check if your port is reachable:
+ curl amiopen.now/<port>
// Example
curl amiopen.now/80
> open
- Check if an IP address is reachable:
- curl amiopen.now/<ip address>/<port>
+ Check if an IP address is reachable:
+ curl amiopen.now/<ip address>/<port>
// Example
$ curl amiopen.now/1.1.1.1/53
> open
- Check if your ISP is blocking a port:
- telnet amiopen.now <port>
+ Check if your ISP is blocking a port:
+ telnet amiopen.now <port>
// Example
telnet amiopen.now 80
-
- Hint: You can also check if you can access SSH by using:
- ssh hello@amiopen.now
-
-