Clean up some domains

This commit is contained in:
2022-05-23 03:01:37 -05:00
parent 4c641ef08d
commit 34131debb5
6 changed files with 1 additions and 42 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh -x
mkdir -p img/
cd img/
curl https://http.cat | grep -oE '[0-9]{3}\.jpg' | sort | uniq | parallel $@ 'wget -q https://http.cat/{} && echo "DL {}"'

View File

@ -2,7 +2,7 @@
{{ $text := placeholder "http.error.status_text" -}}
{{ $full_text := printf "%s %s" (placeholder "http.error.status_code") (placeholder "http.error.status_text") -}}
{{ $host := placeholder "http.request.host" -}}
{{ $img_url := (printf "https://errors.boba.best/%s.jpg" $code) -}}
{{ $img_url := (printf "https://http.cat/%s.jpg" $code) -}}
<html>
<head>
<title>{{ $full_text }}</title>