UNPKG

crude-docs

Version:

A sample docs generator and easy to use!!

17 lines (16 loc) 462 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Crude-{{title}}</title> <link rel="stylesheet" href={{vendorCSS}}> <link rel="stylesheet" href={{pageCSS}}> </head> <body> <div id="root">{{content}}</div> <!-- <script src={{vendorJS}}></script> <script src={{pageJS}}></script> --> </body> </html>