Skip to content

Instantly share code, notes, and snippets.

@SpiritLing
SpiritLing / base64ToByte.ts
Created November 17, 2023 03:09
js base6 string hexadecimal and ArrayBuffer conversion.
/**
* @description Base64 to ArrayBuffer
* @param base64
* @returns
* @link https://stackoverflow.com/a/21797381/18639839
* @example
*
* ```
* base64ToByte("f456")
* ```
@SpiritLing
SpiritLing / meta-tags.md
Created December 13, 2022 08:27
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">