From 3f6a9546ec13063d0d5bdf21d30a93d3e8aa6050 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 2 Jul 2024 14:22:21 -0400 Subject: Rebuild changes based off latest barf --- build/posts/base64-all-the-things/index.html | 43 ---------------------------- 1 file changed, 43 deletions(-) delete mode 100644 build/posts/base64-all-the-things/index.html (limited to 'build/posts/base64-all-the-things') diff --git a/build/posts/base64-all-the-things/index.html b/build/posts/base64-all-the-things/index.html deleted file mode 100644 index 13bf5a2..0000000 --- a/build/posts/base64-all-the-things/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - Base64 All The Things! (Sometimes) - - - - - - - -
-

Base64 All The Things! (Sometimes)

-

2020-03-18

-

An extremely overlooked process for displaying fonts, images, documents, spreadsheets, etc. on the web is the use of base64 encoding. Although it may not be the most efficient (or easy) way to display and include these elements it can be a lifesaver in certain situations.

- \ No newline at end of file -- cgit v1.2.3-54-g00ecf