UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

12 lines 255 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Pip.WebUI Getting Started</title> <link rel="stylesheet" href="styles.css"/> <script src="index.js"></script> </head> <body> Nothing here yet! </body> </html>