UNPKG

sakura-cli

Version:

a command line tool for develop web apps

18 lines (17 loc) 355 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Sakura proxy server</title> <style type="text/css" media="screen"> body { padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } </style> </head> <body> <h1>Sakura-Cli</h1> <p>Welcome to Sakura-Cli proxy Server</p> </body> </html>