blob: b836c228a0ab9f7cee0837af2c0ef5f0e15e145c [file]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<p>This is a webpack development test page.</p>
<script src="casbin.js"></script>
<script>
const authorizer = new casbin.Authorizer();
</script>
</body>
</html>