UNPKG

create-farm-plugin

Version:

use create-farm-plugin to create farm plugin

15 lines (14 loc) 417 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" type="image/svg+xml" href="/favicon.ico" /> <title>Farm + React + TS</title> </head> <body> <div id="root"></div> <script src="./src/index.tsx"></script> </body> </html>