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/base64-all-the-things/index.html | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 build/base64-all-the-things/index.html (limited to 'build/base64-all-the-things') diff --git a/build/base64-all-the-things/index.html b/build/base64-all-the-things/index.html new file mode 100644 index 0000000..13bf5a2 --- /dev/null +++ b/build/base64-all-the-things/index.html @@ -0,0 +1,43 @@ + + + + + + + + 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