UNPKG

lang-detector

Version:

A library for detecting the programming language of a code snippet.

10 lines 152 B
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>Hello world</h1> <p>This is a tiny HTML page.</p> </body> </html>