UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

16 lines (15 loc) 467 B
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"/> <meta name="Cache-Control" content="private"> <title>react general toolkit</title> <link rel="stylesheet" href="/dist/styles.css"> </head> <body> <div id="app"></div> <script src="/dist/index.js" charset="utf-8"></script> </body> </html>