make the website better :)

This commit is contained in:
Artemis Everfree 2022-04-23 14:34:27 -07:00
parent 5340eec34b
commit 48f618a427
1 changed files with 5 additions and 6 deletions

View File

@ -178,8 +178,8 @@ And paste in this HTML:
```html ```html
<title>amazing website xD</title> <title>amazing website xD</title>
<h1>look at my AMAZING WEBSITE</h1> <h1>look at my COOL WEBsite :3/h1>
It's so cool *twerks* idk It's pretty random tbh, like me!! <3 :D
``` ```
And then you can see it show up with `curl`: And then you can see it show up with `curl`:
@ -187,16 +187,15 @@ And then you can see it show up with `curl`:
```console ```console
$ curl http://test.local.cetacean.club $ curl http://test.local.cetacean.club
<title>amazing website xD</title> <title>amazing website xD</title>
<h1>look at my AMAZING WEBSITE</h1> <h1>look at my COOL WEBsite :3/h1>
It's so cool *twerks* idk It's pretty random tbh, like me!! <3 :D
``` ```
You can also check this out in a browser by clicking You can also check this out in a browser by clicking
[here](http://test.local.cetacean.club): [here](http://test.local.cetacean.club):
![a browser window titled "amazing website xD" with the header "look at my ![a browser window titled "amazing website xD" with the header "look at my
AMAZING WEBSITE" and content of "It's so cool COOL WEBsite" and content of "idk It's pretty random tbh, like me!! <3 :D"](https://cdn.christine.website/file/christine-static/blog/Screenshot+2022-04-23+141937.png)
\*twerks\*"](https://cdn.christine.website/file/christine-static/blog/Screenshot+2022-04-23+141937.png)
## Installing `gohello` ## Installing `gohello`