buildHtml
baseUrl https://view.scroll.pub
metaTags
editButton /edit.html
title Base64 Image Viewer
style.css
header
h1 Base64 Image Viewer
p Paste your base64 image data below to preview it
main
div
class viewer-container
textarea
id base64Input
placeholder Paste your base64 image data here (data:image/png;base64,...)
aria-label Base64 input field
div
class image-container
img
id outputImage
alt Preview of base64 image
src data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
footer
p Built with simplicity in mind
script.js