2018-07-29 17:20:10 +05:30
|
|
|
<!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">
|
2020-01-02 23:06:00 +05:30
|
|
|
<title>Frappe Books</title>
|
2018-10-20 18:02:01 +05:30
|
|
|
<% if (htmlWebpackPlugin.options.nodeModules) { %>
|
|
|
|
<script>
|
|
|
|
require('module').globalPaths.push('<%= htmlWebpackPlugin.options.nodeModules.replace(/\\/g, '\\\\') %>')
|
|
|
|
</script>
|
|
|
|
<% } %>
|
2018-07-29 17:20:10 +05:30
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
2019-11-24 23:39:45 +05:30
|
|
|
</html>
|