UNPKG

generator-jake-front

Version:
13 lines (10 loc) 412 B
<!DOCTYPE html> <html lang="en"> @@include('include/header.inc') <body> <div style="text-align: center;font-size: 20px;font-weight:bold;margin-top: 100px;">Jake's front template</div> </body> <!--common.js 为webpack的CommonsChunkPlugin插件所生成的,需保留,如果要调整,请自行修改webpack配置--> <script src="../js/common.js"></script> <script src="../js/main.js"></script> </html>