diff --git a/blog/nix-flakes-4-wsl-2022-04-23.markdown b/blog/nix-flakes-4-wsl-2022-04-23.markdown index 18fa23d..172d7a0 100644 --- a/blog/nix-flakes-4-wsl-2022-04-23.markdown +++ b/blog/nix-flakes-4-wsl-2022-04-23.markdown @@ -178,8 +178,8 @@ And paste in this HTML: ```html amazing website xD -

look at my AMAZING WEBSITE

-It's so cool *twerks* +

look at my COOL WEBsite :3/h1> +idk It's pretty random tbh, like me!! <3 :D ``` 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 $ curl http://test.local.cetacean.club amazing website xD -

look at my AMAZING WEBSITE

-It's so cool *twerks* +

look at my COOL WEBsite :3/h1> +idk It's pretty random tbh, like me!! <3 :D ``` You can also check this out in a browser by clicking [here](http://test.local.cetacean.club): ![a browser window titled "amazing website xD" with the header "look at my -AMAZING WEBSITE" and content of "It's so cool -\*twerks\*"](https://cdn.christine.website/file/christine-static/blog/Screenshot+2022-04-23+141937.png) +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) ## Installing `gohello`