1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 03:09:15 -04:00
shimapan/public/views/login.html
2017-10-20 16:46:14 -04:00

17 lines
333 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Login</title>
<link href="/css/form.min.css" type="text/css" rel="stylesheet"/>
<script src="/js/shimapan.bundle.js"></script>
</head>
<body ng-app="shimapan">
<div id="container">
<login-component></login-component>
</div>
</body>
</html>