make the website better :) #4

Closed
artemis wants to merge 2 commits from artemis/xesite:nix-flakes-4-wsl into nix-flakes-4-wsl
1 changed files with 5 additions and 6 deletions
Showing only changes of commit 48f618a427 - Show all commits

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`