UNPKG

yuque2book

Version:

convert yuque book to a static book

17 lines (14 loc) 337 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>doc</title> <link rel="stylesheet" href="index.css" /> <link rel="stylesheet" href="doc.css" /> </head> <body> <div id="root"></div> <script src="index.js"></script> </body> </html>