UNPKG

htmled

Version:

A simple JavaScript library for encoding and decoding HTML entities.

14 lines (11 loc) 251 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <script src="htmled.js" defer></script> </body> </html>