20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Salix</title>
|
|
</head>
|
|
<body ng-app="vnAuth">
|
|
<vn-login></vn-login>
|
|
<script type="text/javascript"
|
|
src="/static/bundle.manifest.js">
|
|
</script>
|
|
<script type="text/javascript"
|
|
src="/static/bundle.vendor.js">
|
|
</script>
|
|
<script type="text/javascript"
|
|
src="/static/bundle.auth.js">
|
|
</script>
|
|
</body>
|
|
</html>
|