UNPKG

text-mode

Version:

Character based display for the DOM

15 lines 270 B
<!doctype html> <html> <head> <meta charset="utf-8" /> <style> body { background: #eee; } </style> </head> <body> <script src="../text-mode-min.js"></script> <script src="basic.js"></script> </body> </html>