nyx_server
Version:
Node内容发布
18 lines (17 loc) • 512 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>nyx</title>
<meta name="description" content="just another react + webpack boilerplate">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var REQUESTADDRESS = 'http://' + window.location.host;
var NYXDEV = <%=htmlWebpackPlugin.options.isDev%>;
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>