diff options
author | Aki <please@ignore.pl> | 2023-12-30 03:02:56 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-12-30 03:02:56 +0100 |
commit | b334c0b6bcf520ff20ab2a3192b56304c6ffb306 (patch) | |
tree | 025843b261791ebdb191a357777396e4a06b0d8f /you_can_serve_static_data_over_http.html | |
parent | 178348d704a6186d8ed0485b7909ee9bd5b9ff9d (diff) | |
download | ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.zip ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.tar.gz ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.tar.bz2 |
Date and post headers styles changed
Diffstat (limited to 'you_can_serve_static_data_over_http.html')
-rw-r--r-- | you_can_serve_static_data_over_http.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/you_can_serve_static_data_over_http.html b/you_can_serve_static_data_over_http.html index 214fcec..2d65c7d 100644 --- a/you_can_serve_static_data_over_http.html +++ b/you_can_serve_static_data_over_http.html @@ -10,11 +10,13 @@ <title>You Can Serve Static Data Over HTTP</title> -<nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav> +<header> +<nav><a href="https://ignore.pl">ignore.pl</a></nav> +<time>27 January 2022</time> +<h1>You Can Serve Static Data Over HTTP</h1> +</header> <article> -<h1>You Can Serve Static Data Over HTTP</h1> -<p class="subtitle">Published on 2022-01-27 20:00:00+01:00 <p>This will be short. I need to let some steam off and flush this thing out of my mind because it's already hanging around for too long. The story goes like this: we're prototyping small tool for whatever and we're at the point where there is a visible need to store some (most likely) static data. Oh, the thing is in JavaScript by the way. |