UNPKG

714 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.tpl_src_html = void 0;
4var utils_1 = require("@omni-door/utils");
5var tpl = "`<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n <title>${project_name}</title>\n </head>\n <body>\n <noscript>\n <strong>\n Please enable JavaScript to continue.\n </strong>\n </noscript>\n <div id='root'></div>\n </body>\n</html>\n`";
6exports.tpl_src_html = {
7 tpl: tpl
8};
9exports.default = utils_1.tplEngineInit(exports.tpl_src_html, 'tpl');