ESP8266-01 + WiFiWebServer sketch question

Hi,

I am trying to learn to use an ESP8266-01 module. I programmed it using the Arduino IDE with the blink sketch and that worked. Now I am trying the WiFiWebServer example sketch and I am getting stuck. On the Serial Monitor I see:

Connecting to WOW!3630
.........
WiFi connected
Server started
192.168.0.7

Then I type in my browser (Chrome): "http://gpio/1" and the browser shows:

This site can’t be reached
gpio’s server DNS address could not be found.
Search Google for gpio
ERR_NAME_NOT_RESOLVED

I get the same error if I try from my phone.

If I search for WiFi networks I see one named "ESP_1EB828".

i need to be connected to my router and not to the ESP network correct?

It doesn't work if I do that anyway, but I get a different response on the Serial Monitor:

new client
GET / HTTP/1.1
invalid request

But there is no change on the GPIO voltage.

You need connect using the esp ip address http://192.168.0.7

Yep, total noob totally noobed out. Thanks for your help!