1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 11:11:22 -04:00
shimapan/public/views/login.html

17 lines
333 B
HTML
Raw Normal View History

2017-10-11 13:11:57 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Login</title>
<link href="/css/form.min.css" type="text/css" rel="stylesheet"/>
2017-10-14 16:31:16 -04:00
2017-10-20 16:46:14 -04:00
<script src="/js/shimapan.bundle.js"></script>
2017-10-11 13:11:57 -04:00
</head>
<body ng-app="shimapan">
2017-10-14 16:31:16 -04:00
<div id="container">
<login-component></login-component>
</div>
2017-10-11 13:11:57 -04:00
</body>
</html>