salix/services/auth/client/index.ejs

14 lines
280 B
Plaintext
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Salix</title>
</head>
<body ng-app="vnAuth">
<vn-login></vn-login>
<% for (let jsFile of assets('auth', ['vendor'])) { %>
<script type="text/javascript" src="<%= jsFile %>"></script>
<% } %>
</body>
</html>